Thank you for participating in the Intro To Azure Red Hat OpenShift What The Hack. This session expects you to have a baseline understanding of Kubernetes (nodes, pods, services, etc). Before you can hack, you will need to set up some prerequisites.
We have compiled a list of common tools and software that will come in handy to complete most What The Hack Azure-based hacks!
You might not need all of them for the hack you are participating in. However, if you work with Azure on a regular basis, these are all things you should consider having in your toolbox.
Now that you have the common pre-requisites installed on your workstation, there are prerequisites specific to this hack.
Something to keep in mind: This hack can be completed entirely in Azure Cloud Shell! However, if you work with Azure often, you’ll want to consider installing these tools locally even if you plan to use Cloud Shell today. Most of the hack can also be completed using the ARO Web Console inside your web browser (and some of the challenges will be MUCH easier using the ARO Web Console).
Your coach will provide two URLs pointing to two GitHub repositories that contain resources you will need to complete the hack. Copy the URLs and keep them saved as you will be using them in Challenge 2 of this hack.
Standard DSv3
, run this command: az vm list-usage -l $LOCATION --query "[?contains(name.value, 'standardDSv3Family')]" -o table
| Permissions | Resource Group which contains the VNet | User executing az aro create
| Service Principal passed as –client-id
|
| ————- | ————- | ————- | ————- |
| User Access Administrator | X | X | |
| Contributor | X | X | X |
az provider register -n Microsoft.RedHatOpenShift –wait
az provider register -n Microsoft.Compute –wait
az provider register -n Microsoft.Storage –wait
az provider register -n Microsoft.Authorization –wait ```
To complete this challenge successfully, you should be able to:
Standard DSv3
has a limit of at least 40 cores using the command: az vm list-usage -l $LOCATION --query "[?contains(name.value, 'standardDSv3Family')]" -o table
oc help