Generates the static Pod manifest file for a local, single-node etcd instance
Generates the static Pod manifest file for a local, single-node etcd instance and saves it to /etc/kubernetes/manifests/etcd.yaml file.
Alpha Disclaimer: this command is currently alpha.
kubeadm alpha phase etcd local [flags]
# Generates the static Pod manifest file for etcd, functionally
# equivalent to what generated by kubeadm init.
kubeadm alpha phase etcd local
# Generates the static Pod manifest file for etcd.
kubeadm alpha phase etcd local --config masterconfiguration.yaml
| --cert-dir string Default: "/etc/kubernetes/pki" | |
| The path where certificates are stored | |
| --config string | |
| Path to kubeadm config file. WARNING: Usage of a configuration file is experimental | |
| -h, --help | |
| help for local | |