Skip to content

Commit a36f58a

Browse files
authored
Updates command to use pgo-client
The command to exec into the pgo-client pod was incorrect and this update corrects it
1 parent bc7e9af commit a36f58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/installation/pgo-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ pod. You can run single commands with the kubectl or oc command line tools
161161
or multiple commands by exec'ing into the pod with bash.
162162

163163
```
164-
kubectl exec -it -n pgo <pgo-client-deployment-name> -c "pgo version"
164+
kubectl exec -it -n pgo deploy/pgo-client -- pgo version
165165
166166
# or
167167
168-
kubectl exec -it -n pgo <pgo-client-deployment-name> bash
168+
kubectl exec -it -n pgo deploy/pgo-client bash
169169
```
170170

171171
The deployment does not require any configuration to connect to the operator.

0 commit comments

Comments
 (0)