chrisahl / cluster-lifecycle-chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cluster-lifecycle-chart

License

cluster-lifecycle-chart

The following components are deployed with the cluster-lifecycle-chart:

Go to the Contributing guide to learn how to get involved.

Getting started

Steps for development:

  • To push that chart onto an ACM environment for test run:
oc annotate mch multiclusterhub mch-pause=true -n open-cluster-management --overwrite

helm get values  -n open-cluster-management `helm ls -n open-cluster-management | cut -d' ' -f1 | grep cluster-lifecycle` > old-values.yaml

oc delete appsub cluster-lifecycle-sub  -n open-cluster-management

helm install cluster-lifecycle stable/cluster-lifecycle -f stable/cluster-lifecycle/values.yaml -n open-cluster-management
  • once you finished your test run again:
helm uninstall cluster-lifecycle -n open-cluster-management
oc annotate mch multiclusterhub mch-pause=false -n open-cluster-management --overwrite

Security

References

  • The cluster-lifecycle-chart is part of the open-cluster-management community. For more information, visit: open-cluster-management.io.
  • Optional: List and link of additional references if needed.

About

License:Apache License 2.0


Languages

Language:Shell 72.2%Language:Makefile 27.8%