update docs
parent
564180ae06
commit
8f7e4b8174
|
@ -4,9 +4,7 @@ In this lab you will generate [Kubernetes configuration files](https://kubernete
|
||||||
|
|
||||||
## Client Authentication Configs
|
## Client Authentication Configs
|
||||||
|
|
||||||
In this section you will generate kubeconfig files for the `kubelet` and `kube-proxy` clients.
|
In this section you will generate kubeconfig files for the `controller manager`, `kubelet`, `kube-proxy`, and `scheduler` clients.
|
||||||
|
|
||||||
> The `scheduler` and `controller manager` access the Kubernetes API Server locally over an insecure API port which does not require authentication. The Kubernetes API Server's insecure port is only enabled for local access.
|
|
||||||
|
|
||||||
### Kubernetes Public IP Address
|
### Kubernetes Public IP Address
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue