Commit a6368964 authored by Mikal's avatar Mikal Committed by GitHub

Fix broken command in registry addon document

parent 1a857ca5
...@@ -249,7 +249,7 @@ You can use `kubectl` to set up a port-forward from your local node to a ...@@ -249,7 +249,7 @@ You can use `kubectl` to set up a port-forward from your local node to a
running Pod: running Pod:
```console ```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}}' \ -o template --template '{{range .items}}{{.metadata.name}} {{.status.phase}}{{"\n"}}{{end}}' \
| grep Running | head -1 | cut -f1 -d' ') | 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