Black lives matter.
We stand in solidarity with the Black community.
Racism is unacceptable.
It conflicts with the core values of the Kubernetes project and our community does not tolerate it.
We stand in solidarity with the Black community.
Racism is unacceptable.
It conflicts with the core values of the Kubernetes project and our community does not tolerate it.
Generate 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 a kubeadm configuration file. | |
-k, --experimental-kustomize string | |
The path where kustomize patches for static pod manifests are stored. | |
-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. |