Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Deploy the cluster requirements

  • Code Block
    languagebash
    helm repo add capicloud-charts https://stfc.github.io/cloud-helm-charts/
    helm repo add capi-addons https://azimuth-cloud.github.io/cluster-api-addon-provider
    helm repo update
    
    kubectl create namespace clusters
    helm upgrade cluster-api-addon-provider capi-addons/cluster-api-addon-provider --install --wait -n clusters --version $addon-version
  • Follow the instructions in https://stfc.atlassian.net/wiki/spaces/CLOUDKB/pages/211878034/Cluster+API+Setup#Deploying-Cluster

...