After you deploy Tanzu Kubernetes Grid Integrated Edition from Tanzu Kubernetes Grid Integrated Edition Management Console on vSphere, you can use the BOSH CLI from both the management console VM and the Ops Manager VM.
You can use the BOSH CLI from the Tanzu Kubernetes Grid Integrated Edition Management Console VM.
Connect to the management console VM by using SSH.
ssh ADDRESS
Where ADDRESS
is the management console VM address.
Export the value that you copied from Deployment Metadata view to use BOSH CLI from the management console VM.
export BOSH-VALUE
Where BOSH-VALUE
is the BOSH CLI invocation value.
The management console VM does not support the use of the bosh ssh
command to connect to the BOSH VM from the management console VM. To connect to the BOSH VM by using bosh ssh
, you must use the BOSH CLI from the Ops Manager VM.
Export the value that you copied from Deployment Metadata view to use BOSH CLI from Ops Manager.
export BOSH-VALUE
Where BOSH-VALUE
is the BOSH CLI invocation value.