ibm-cloud-docs / containers

IBM Bluemix Container Service documentation
https://console.bluemix.net/docs/containers/container_index.html
48 stars 123 forks source link

Request for updating the docs for cs_ssh_worker #2618

Closed tnakajo closed 2 years ago

tnakajo commented 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

  1. Choose an existing or create a new public SSH key.

$ 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

  1. SSH into the worker node via its public IP address.

ssh root@

yingyeliu commented 2 years ago

Fixed. Thanks.