You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when trying out the docker image version of capi-workspace on kubernetes, we have to use some way to ssh to the pod. Typically we use k9s or kubectl.
I would be nice to have two commands:
something like create-capi-workspace that spins up a new pod and returns the (auto generated?) name of the pod.
something like capi-workspace <arg> that takes in the above name of a pod and sshs in for pairing.
The text was updated successfully, but these errors were encountered:
Currently, when trying out the docker image version of capi-workspace on kubernetes, we have to use some way to ssh to the pod. Typically we use k9s or kubectl.
I would be nice to have two commands:
create-capi-workspace
that spins up a new pod and returns the (auto generated?) name of the pod.capi-workspace <arg>
that takes in the above name of a pod and sshs in for pairing.The text was updated successfully, but these errors were encountered: