mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-10-13 15:32:53 +03:00
Add Results after generating kube-proxy kubeconfig
Adding Results section after generating kube-proxy kubeconfig, similar to when we create kubeconfig for worker nodes.
This commit is contained in:
@@ -88,6 +88,12 @@ kubectl config set-context default \
|
||||
kubectl config use-context default --kubeconfig=kube-proxy.kubeconfig
|
||||
```
|
||||
|
||||
Results:
|
||||
|
||||
```
|
||||
kube-proxy.kubeconfig
|
||||
```
|
||||
|
||||
## Distribute the Kubernetes Configuration Files
|
||||
|
||||
Copy the appropriate `kubelet` and `kube-proxy` kubeconfig files to each worker instance:
|
||||
|
Reference in New Issue
Block a user