Skip to content

Commit

Permalink
Update yaml files to remove role from the machine spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbailey committed Jun 26, 2018
1 parent f4ea63b commit 81d8468
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 19 deletions.
4 changes: 0 additions & 4 deletions clusterctl/examples/google/machines.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ items:
versions:
kubelet: 1.9.4
controlPlane: 1.9.4
roles:
- Master
- apiVersion: "cluster.k8s.io/v1alpha1"
kind: Machine
metadata:
Expand All @@ -46,5 +44,3 @@ items:
diskType: "pd-standard"
versions:
kubelet: 1.9.4
roles:
- Node
2 changes: 0 additions & 2 deletions clusterctl/examples/vsphere/machines.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ items:
versions:
kubelet: 1.10.1
controlPlane: 1.10.1
roles:
- Master
2 changes: 0 additions & 2 deletions clusterctl/examples/vsphere/machineset.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ spec:
virtual_machine_domain: ""
versions:
kubelet: 1.10.1
roles:
- Node
4 changes: 0 additions & 4 deletions gcp-deployer/machines.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ items:
versions:
kubelet: 1.9.4
controlPlane: 1.9.4
roles:
- Master
- apiVersion: "cluster.k8s.io/v1alpha1"
kind: Machine
metadata:
Expand All @@ -46,5 +44,3 @@ items:
diskType: "pd-standard"
versions:
kubelet: 1.9.4
roles:
- Node
5 changes: 0 additions & 5 deletions sample/machinedeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,3 @@ spec:
os: "ubuntu-1604-lts"
versions:
kubelet: 1.9.4
containerRuntime:
name: docker
version: 1.12.0
roles:
- Node
2 changes: 0 additions & 2 deletions sample/machineset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ spec:
os: "ubuntu-1604-lts"
versions:
kubelet: 1.9.4
roles:
- Node

0 comments on commit 81d8468

Please sign in to comment.