Commit e8fb4abc authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #47519 from mikalv/fix_broken_cmd_in_registry_docs

Automatic merge from submit-queue Fix broken command in registry addon document **What this PR does / why we need it**: Fix a command example in registry addon document so it matches the example yaml above.
parents 8b2e039e a6368964
......@@ -249,7 +249,7 @@ You can use `kubectl` to set up a port-forward from your local node to a
running Pod:
```console
$ POD=$(kubectl get pods --namespace kube-system -l k8s-app=kube-registry \
$ POD=$(kubectl get pods --namespace kube-system -l k8s-app=kube-registry-upstream \
-o template --template '{{range .items}}{{.metadata.name}} {{.status.phase}}{{"\n"}}{{end}}' \
| grep Running | head -1 | cut -f1 -d' ')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment