update self-hosting.md to follow v1.17
parent
a68e7b9287
commit
c7ce81f743
|
@ -8,7 +8,7 @@ weight: 100
|
||||||
|
|
||||||
### Self-hosting the Kubernetes control plane {#self-hosting}
|
### Self-hosting the Kubernetes control plane {#self-hosting}
|
||||||
|
|
||||||
As of 1.8, you can experimentally create a _self-hosted_ Kubernetes control
|
kubeadm allows you to experimentally create a _self-hosted_ Kubernetes control
|
||||||
plane. This means that key components such as the API server, controller
|
plane. This means that key components such as the API server, controller
|
||||||
manager, and scheduler run as [DaemonSet pods](/ja/docs/concepts/workloads/controllers/daemonset/)
|
manager, and scheduler run as [DaemonSet pods](/ja/docs/concepts/workloads/controllers/daemonset/)
|
||||||
configured via the Kubernetes API instead of [static pods](/docs/tasks/administer-cluster/static-pod/)
|
configured via the Kubernetes API instead of [static pods](/docs/tasks/administer-cluster/static-pod/)
|
||||||
|
|
Loading…
Reference in New Issue