We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7e9af commit a36f58aCopy full SHA for a36f58a
docs/content/installation/pgo-client.md
@@ -161,11 +161,11 @@ pod. You can run single commands with the kubectl or oc command line tools
161
or multiple commands by exec'ing into the pod with bash.
162
163
```
164
-kubectl exec -it -n pgo <pgo-client-deployment-name> -c "pgo version"
+kubectl exec -it -n pgo deploy/pgo-client -- pgo version
165
166
# or
167
168
-kubectl exec -it -n pgo <pgo-client-deployment-name> bash
+kubectl exec -it -n pgo deploy/pgo-client bash
169
170
171
The deployment does not require any configuration to connect to the operator.
0 commit comments