mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 22:23:54 +03:00
clean up docs
This commit is contained in:
@@ -42,8 +42,8 @@ The following commands will build up the default kubeconfig file used by kubectl
|
||||
|
||||
```
|
||||
kubectl config set-cluster kubernetes-the-hard-way \
|
||||
--embed-certs=true \
|
||||
--certificate-authority=ca.pem \
|
||||
--embed-certs=true \
|
||||
--server=https://${KUBERNETES_PUBLIC_IP_ADDRESS}:6443
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user