Log in to your virtual machine in the LinuxONE Community Cloud. Next, configure environment variables to match the settings for this lab.
export PROXYIP=148.100.92.103
export CLUSTER_URL=https://148.100.92.103:8443/
replace ### with your user number, for example if you have user012, use user012
export USERNAME=user###
Login to your designated ICP instance from the command line. This will configure the context and connection for kubectl
.
cloudctl login -a $CLUSTER_URL