HelmChart

HelmChart Configuration

replaceCRDs

  • There is no support for upgrading or deleting CRDs using Helm, after clusternet created HelmRelease,it may install or upgrade failed when CRD resources updated in HelmChart since CR conflict with old CRD

  • clusternet will replace crds in helm charts and subcharts when replaceCRDs in HelmChart spec set true(defaultfalse

  • when skipCRDs set true, replaceCRDs is ignored.

other flags

  • flags such as atomic,createNamespace,disableHooks, force, replace, skipCRDs, timeoutSeconds, wait, waitForJob same as helm

Last modified June 8, 2023: add doc on feature gates (#87) (15b1ec2)