8000 Add controlPlaneEndpoint to config file reference (#7909) · ArduinoBot/website@0a5aeca · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a5aeca

Browse files
MordantWastrelk8s-ci-robot
authored andcommitted
Add controlPlaneEndpoint to config file reference (kubernetes#7909)
First-time kubeadm user here: The v1.10.0 docs indicate that config file use is experimental, but judging from the comments on kubernetes/kubernetes#59288 it looks like new features are beginning to be supported only in the config file. controlPlaneEndpoint is super useful for us and while I suspect the kubeadm init docs will ultimately be re-written to emphasize the config file options rather than flags (with appropriate examples and descriptions as the flags have now), it would've saved us some time today if we'd seen controlPlaneEndpoint in the config file example.
1 parent 2515d62 commit 0a5aeca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/setup-tools/kubeadm/kubeadm-init.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ apiVersion: kubeadm.k8s.io/v1alpha1
9898
kind: MasterConfiguration
9999
api:
100100
advertiseAddress: <address|string>
101+
controlPlaneEndpoint: <string>
101102
bindPort: <int>
102103
etcd:
103104
endpoints:

0 commit comments

Comments
 (0)
0