Merge pull request #39103 from windsonsea/lvlpss
Fix indentations in cluster-level-pss.md
This commit is contained in:
commit
24cde2766a
|
|
@ -59,7 +59,6 @@ that are most appropriate for your configuration, do the following:
|
|||
kubectl cluster-info --context kind-psa-wo-cluster-pss
|
||||
|
||||
Thanks for using kind! 😊
|
||||
|
||||
```
|
||||
|
||||
1. Set the kubectl context to the new cluster:
|
||||
|
|
@ -275,13 +274,14 @@ following:
|
|||
Have a question, bug, or feature request? Let us know! https://kind.sigs.k8s.io/#community 🙂
|
||||
```
|
||||
|
||||
1. Point kubectl to the cluster
|
||||
1. Point kubectl to the cluster:
|
||||
```shell
|
||||
kubectl cluster-info --context kind-psa-with-cluster-pss
|
||||
```
|
||||
The output is similar to this:
|
||||
```
|
||||
Kubernetes control plane is running at https://127.0.0.1:63855
|
||||
|
||||
CoreDNS is running at https://127.0.0.1:63855/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
|
||||
|
||||
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
|
||||
|
|
|
|||
Loading…
Reference in New Issue