Code Monkey home page Code Monkey logo

azure_redhat_openshift's Introduction

Azure Red Hat OpenShift (ARO) create and delete scripts

The following scripts provide the easiest way to instantiate and then delete ARO cluster. Configuration as well as the naming is set at scripts with minimal amount of values, please read through the scripts and adjust then according to your requirements.

Note:

For full Azure Red Hat OpenShift (ARO) docummentation collection plase head to:

https://docs.microsoft.com/en-us/azure/openshift/

First login to Azure with command line as the install process uses 'az' at the later stage:

az login --use-device-code

To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code XXXXXXXX to authenticate.

Worth checking your current quota for available VCPU:

./usage_and_quota.sh
Total Regional vCPUs                      0               50
Standard DSv3 Family vCPUs                0               50

at the create_cluster.sh script we set smallest available vm's for masters and workers (as of today they are Standard_D8s_v3 and Standard_D4s_v3 accordingly). That makes your cluster to consume 36 vCPU (plus another 4 during installation only for bootstrap vm). For the list of supported Azure vm's please head to:

https://docs.microsoft.com/en-us/azure/openshift/support-policies-v4

Finally just run:

./create_cluster.sh

at the end of the script run you should to receive your Red Hat OpenShift console url and login credentials like the following:

To access Red Hat OpenShift console plase direct you browser to the following url:

https://console-openshift-console.apps.XXXXXXXX.eastus.aroapp.io/

... and login with the following credentials:

{
  "kubeadminPassword": "XXXXXXXXXXXXXXXXXXXXXXX",
  "kubeadminUsername": "kubeadmin"
}

once you are done with your cluster simply delete it:

./delete_cluster.sh

Have fun with Azure Red Hat OpenShift!

azure_redhat_openshift's People

Contributors

mmartofel avatar

Watchers

 avatar

Forkers

testlaben

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.