Closed tnakajo closed 2 years ago
We need to update the docs with the following:
Debugging by creating a pod with root SSH access https://cloud.ibm.com/docs/containers?topic=containers-cs_ssh_worker#pod-ssh https://cloud.ibm.com/docs/openshift?topic=openshift-cs_ssh_worker#pod-ssh
$ ssh-keygen -t rsa -b 4096 $ ls ~/.ssh id_rsa id_rsa.pub $ cat ~/.ssh/id_rsa.pub
Public network classic clusters https://cloud.ibm.com/docs/containers?topic=containers-cs_ssh_worker#public-network-only-classic-debug https://cloud.ibm.com/docs/openshift?topic=openshift-cs_ssh_worker#public-network-only-classic-debug
ssh root@
Fixed. Thanks.
We need to update the docs with the following:
Debugging by creating a pod with root SSH access https://cloud.ibm.com/docs/containers?topic=containers-cs_ssh_worker#pod-ssh https://cloud.ibm.com/docs/openshift?topic=openshift-cs_ssh_worker#pod-ssh
$ ssh-keygen -t rsa -b 4096 $ ls ~/.ssh id_rsa id_rsa.pub $ cat ~/.ssh/id_rsa.pub
Public network classic clusters https://cloud.ibm.com/docs/containers?topic=containers-cs_ssh_worker#public-network-only-classic-debug https://cloud.ibm.com/docs/openshift?topic=openshift-cs_ssh_worker#public-network-only-classic-debug
ssh root@