GithubHelp home page GithubHelp logo

acm-hive-provision-yamls's Introduction

acm-hive-provision-yamls

Working with this repository

Edit cluster-templates

  1. First decide which providers you want to use. If you want to use all three providers, then skip the next step
  2. Delete the provider-install-config.yaml and cluster-provider.yaml files for providers you don't want to use. Example:
rm cluster-templates/azure-install-config.yaml
rm cluster-templates/cluster-azure.yaml

Also remove the deleted file references from ./kustomization.yaml 3. Edit the cluster-templates/PROVIDER-install-config.yaml file

  • Add a value for ssh public key, to be used to connect to the cluster nodes
  • For Azure you must also add a value for baseDomainResourceGroupName
  1. Edit the cluster-templates/cluster-PROVIDER.yaml file for each provider
  • Add value for pull-secret, ssh-private-key and creds (all of these are secrets)
  • The creds value(s) are different for each provider type
  1. Values in the files you edited for 3 and 4 can be customized as you wish to template cluster deployments for your environments
  2. Update the *_BASEDOMAIN variables in the ./deploy.sh script

Deploying clusters

  1. Connect to the OpenShift cluster running Red Hat Advanced Cluster Management for Kubernetes
  2. Run ./deploy.sh NAME_PREFIX VERSION where NAME_PREFIX is combined with the PROVIDER type to make a name and VERSION is the OpenShift version that will be deployed. If you Hub cluster does not have a ClusterImageSet for the version you choose, the script will fail and provider you with a list of available versions.
  3. Run oc apply -k . to provision the clusters. If you want this step to happen automatically, uncomment the last line in the ./deploy.sh script
  4. Alternately, you can modify the fully formed Cluster YAML's before you apply them

acm-hive-provision-yamls's People

Contributors

jnpacker avatar

Watchers

 avatar  avatar

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.