Skip to content

Commit

Permalink
add quotes to true labels (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsense authored May 28, 2020
1 parent d40e736 commit 65971bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions k8s/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,14 @@ spec:
net.ipv4.neigh.default.gc_thresh3 = 32768
EOT
cloudLabels:
testground.node.role.plan: true
testground.node.role.plan: "true"
image: kope.io/k8s-1.17-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: ${WORKER_NODE_TYPE}
maxSize: ${WORKER_NODES}
minSize: ${WORKER_NODES}
nodeLabels:
kops.k8s.io/instancegroup: nodes
testground.node.role.plan: true
testground.node.role.plan: "true"
role: Node
subnets:
- ${ZONE_A}
Expand Down Expand Up @@ -215,14 +215,14 @@ spec:
net.ipv4.neigh.default.gc_thresh3 = 32768
EOT
cloudLabels:
testground.node.role.infra: true
testground.node.role.infra: "true"
image: kope.io/k8s-1.17-debian-stretch-amd64-hvm-ebs-2020-01-17
machineType: c5.2xlarge
maxSize: 2
minSize: 2
nodeLabels:
kops.k8s.io/instancegroup: tginfra
testground.node.role.infra: true
testground.node.role.infra: "true"
role: Node
subnets:
- ${ZONE_A}
Expand Down

0 comments on commit 65971bf

Please sign in to comment.