When you use Tanzu Kubernetes Grid Integrated Edition Management Console to deploy Tanzu Kubernetes Grid Integrated Edition on vSphere, it deploys Operations Manager. The Deployment Metadata view of the management console displays the credentials that you need to log in to the deployed Operations Manager instance.
Tanzu Kubernetes Grid Integrated Edition Management Console generates an SSH private key to control SSH access to the Operations Manager VM when you deploy Tanzu Kubernetes Grid Integrated Edition.
~/tkgi_om.key
.In a terminal run the following command to use SSH to connect to the Operations Manager VM:
ssh -i ~/pm_om.key ubuntu@END-POINT
Where END-POINT
is the Ops Manager endpoint address.
Tanzu Kubernetes Grid Integrated Edition Management Console generates a random password for the Operations Manager admin account when you deploy Tanzu Kubernetes Grid Integrated Edition.
admin
and the password that you copied from the Deployment Metadata view.