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 whenCRD
resources updated inHelmChart
sinceCR
conflict with oldCRD
clusternet will replace crds in helm charts and subcharts when
replaceCRDs
inHelmChart
spec settrue
(defaultfalse
)when
skipCRDs
settrue
,replaceCRDs
is ignored.
other flags
- flags such as
atomic
,createNamespace
,disableHooks
,force
,replace
,skipCRDs
,timeoutSeconds
,wait
,waitForJob
same as helm
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified June 8, 2023: add doc on feature gates (#87) (15b1ec2)