Skip to content

Commit c1a68e7

Browse files
committed
Address feedback
1 parent 6b5ffb8 commit c1a68e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/proposals/20191017-control-plane.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ And the following defaulting:
359359
selector:
360360
matchLabels:
361361
cluster.x-k8s.io/cluster-name: my-cluster
362-
cluster.x-k8s.io/control-plane: "true"
362+
cluster.x-k8s.io/control-plane: ""
363363
```
364364
365365
- Generate CA certificates if they do not exist
@@ -374,9 +374,9 @@ metadata:
374374
name: my-cluster
375375
namespace: default
376376
spec:
377-
clusterNetwork:
378-
pods:
379-
cidrBlocks: ["192.168.0.0/16"]
377+
clusterNetwork:
378+
pods:
379+
cidrBlocks: ["192.168.0.0/16"]
380380
controlPlaneRef:
381381
kind: KubeadmControlPlane
382382
apiVersion: cluster.x-k8s.io/v1alpha3

0 commit comments

Comments
 (0)