ibm-cloud-docs / openshift

openshift prod
5 stars 41 forks source link

Command not present - ROKS #162

Closed kmadhushree closed 7 months ago

kmadhushree commented 7 months ago

In the below document, in "How to fix it" section, https://cloud.ibm.com/docs/openshift?topic=openshift-ts-webhook-debug

Under step 1 ie Run the following command to get the VPN pod logs. If you can't get the VPN logs, follow the steps to Debug common CLI issues and return to this page when you are able to retrieve the logs. If the command succeeds and you can get the logs, the VPN tunnel is working and you can continue to the next step.

However no command is provided? I believe to search and get logs of VPN pod, you would need to run, oc get pods -n kube-system | grep vpn oc logs <pod-from-above> -n kube-system

Would you please add that, thank you

derekpoindexter commented 7 months ago

Hi, thanks for the feedback. I've added the example commands. The change will be live soon.