Merge pull request #39103 from windsonsea/lvlpss

Fix indentations in cluster-level-pss.md
This commit is contained in:
Kubernetes Prow Robot 2023-01-27 02:44:26 -08:00 committed by GitHub
commit 24cde2766a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 142 additions and 142 deletions

View File

@ -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'.