Admin guide
This is the admin guide. In this setup, we will show how to install and configure both operators. We will also explain purpose of such settings.
Setting up the environment
-
Go into the terminal on the right and run the following commands:
-
Log into azure CLI:
az login --service-principal --username=insert_your_sp_here --password=insert_your_sppw_here --tenant=insert_your_tid_here
-
Export the
AZURE_RESOURCE_GROUP
variable. It will needed when setting up the operator:export AZURE_RESOURCE_GROUP=insert_your_rg_here
-
-
If you need to use the web UI (not necessary in this workshop):
-
Navigate to the Openshift Console
-
Login as administrator:
-
Username: kubeadmin
-
Password: insert_your_pw_here
-
-
If you are running this workshop from an Azure self managed OCP cluster, note that there are very small tweaks to follow, but they are too documented in this guide.