Generates the static Pod manifest file for a local, single-node local etcd instance.
Generates the static Pod manifest file for a local, single-node local etcd instance.
kubeadm init phase etcd local [flags]
# Generates the static Pod manifest file for etcd, functionally
# equivalent to what is generated by kubeadm init.
kubeadm init phase etcd local
# Generates the static Pod manifest file for etcd using options
# read from a configuration file.
kubeadm init phase etcd local --config config.yaml
| --cert-dir string Default: "/etc/kubernetes/pki" | |
| The path where to save and store the certificates. | |
| --config string | |
| Path to kubeadm config file. WARNING: Usage of a configuration file is experimental. | |
| -h, --help | |
| help for local | |
| --image-repository string Default: "k8s.gcr.io" | |
| Choose a container registry to pull control plane images from | |
| --rootfs string | |
| [EXPERIMENTAL] The path to the 'real' host root filesystem. | |
Was this page helpful?
Thanks for the feedback. If you have a specific, answerable question about how to use Kubernetes, ask it on Stack Overflow. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.