- Log in to the VCF Operations interface at https://<vcf_operations_fqdn> as a user assigned the Administrator role.
- Navigate to BuildLifecycleVCF Management.
- On the Components tab, select the VCF services runtime.
- Scroll to the Nodes section.
- Identify a control plane node and note the IP address.
- Using the IP address, open an SSH connection to the control plane node as the vmware-system-user using the APPLIANCE_ROOT_PASSWORD.
- To obtain administrative access to the control plane, enter the following commands.
sudo -i export KUBECONFIG=/etc/kubernetes/admin.conf
- To confirm that you have logged in to a control plane node, enter the following command.
kubectl get nodes -o wideThe response gets nodes with IP addresses listed.
sudo -i
export KUBECONFIG=/etc/kubernetes/admin.conf
kubectl get nodes -o wide
Leave a Reply