Skip to content

Instantly share code, notes, and snippets.

View mundra-ankur's full-sized avatar

Ankur Mundra mundra-ankur

  • Raleigh, North Carolina
  • 08:16 (UTC -04:00)
View GitHub Profile
@mundra-ankur
mundra-ankur / create_openshift_cluster_ibm.sh
Created May 27, 2022 12:54
IBM Cloud: Launch VPC Gen2 Openshift Cluster Using CLI
#!/bin/bash
echo -e "Launch Openshift Cluster in IBM Cloud using CLI \n\n"
# Installing the IBM Cloud CLI
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
ibmcloud update
ibmcloud -v
echo -e "-------------------------------------------------------------\n"