Add controlPlaneEndpoint to config file reference (#7909)

First-time kubeadm user here: The v1.10.0 docs indicate that config file use is experimental, but judging from the comments on https://github.com/kubernetes/kubernetes/pull/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.
This commit is contained in:
Samuel Knowlton
2018-04-11 20:44:55 -05:00
committed by zacharysarah
parent 6a17f5ed2d
commit e6165f3b98
@@ -98,6 +98,7 @@ apiVersion: kubeadm.k8s.io/v1alpha1
kind: MasterConfiguration
api:
advertiseAddress: <address|string>
controlPlaneEndpoint: <string>
bindPort: <int>
etcd:
endpoints: