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.
生成 kube-apiserver 静态 Pod 清单
kubeadm init phase control-plane apiserver [flags]
--apiserver-advertise-address string | |
API 服务器所公布的其正在监听的 IP 地址。如果未设置,将使用默认网络接口。 | |
--apiserver-bind-port int32 默认值: 6443 | |
要绑定到 API 服务器的端口。 | |
--apiserver-extra-args mapStringString | |
一组额外的参数以 <flagname>=<value> 形式传递给 API 服务器或者覆盖默认参数 | |
--cert-dir string 默认值:"/etc/kubernetes/pki" | |
保存和存储证书的路径。 | |
--config string | |
kubeadm 配置文件的路径。 | |
--control-plane-endpoint string | |
为控制平面指定一个稳定的 IP 地址或 DNS 名称。 | |
-k, --experimental-kustomize string | |
用于存储 kustomize 为静态 pod 清单所提供的补丁的路径。 | |
--feature-gates string | |
一组键值对,用于描述各种特征的特征事项。选项是: IPv6DualStack=true|false (ALPHA - default=false) |
|
-h, --help | |
apiserver 操作的帮助命令 | |
--image-repository string 默认值:"k8s.gcr.io" | |
选择要从中拉取控制平面镜像的容器仓库 | |
--kubernetes-version string 默认值:"stable-1" | |
为控制平面选择特定的 Kubernetes 版本 | |
--service-cidr string 默认值:"10.96.0.0/12" | |
指定服务 VIP 使用 IP 地址的其他范围。 |
--rootfs string | |
[实验] 到 '真实' 主机根文件系统路径。 |