mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-08 20:02:42 +03:00
Merge pull request #50 from b10s/patch-4
Update 05-kubernetes-configuration-files.md Thanks for your inputs @b10s .
This commit is contained in:
@@ -4,7 +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 `controller manager`, `kubelet`, `kube-proxy`, and `scheduler` clients and the `admin` user.
|
In this section you will generate kubeconfig files for the `controller manager`, `kube-proxy`, `scheduler` clients and the `admin` user.
|
||||||
|
|
||||||
### Kubernetes Public IP Address
|
### Kubernetes Public IP Address
|
||||||
|
|
||||||
@@ -167,7 +167,7 @@ for instance in worker-1 worker-2; do
|
|||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy the appropriate `kube-controller-manager` and `kube-scheduler` kubeconfig files to each controller instance:
|
Copy the appropriate `admin.kubeconfig`, `kube-controller-manager` and `kube-scheduler` kubeconfig files to each controller instance:
|
||||||
|
|
||||||
```
|
```
|
||||||
for instance in master-1 master-2; do
|
for instance in master-1 master-2; do
|
||||||
|
Reference in New Issue
Block a user