Azure / orkestra

Orkestra is a cloud-native release orchestration and lifecycle management (LCM) platform for the fine-grained orchestration of inter-dependent helm charts and their dependencies
https://azure.github.io/orkestra
Other
104 stars 16 forks source link

Getting this 'skipping unknown hook: "crd-install"', while installing Orkestra #123

Closed DS00528024 closed 3 years ago

DS00528024 commented 3 years ago

Hello All,

Any clue will be really helpful

helm install orkestra chart/orkestra/ --namespace orkestra --create-namespace -- giving below-mentioned issues

https://user-images.githubusercontent.com/65676105/112304159-2ad44d80-8cc3-11eb-8b39-9327ab4edcc7.png image

nitishm commented 3 years ago

This is a helm3 warning. Helm2 relies on hook: crd-install to install CRD resources before the other k8s resources. Helm3 however does this innately and is configured to spit this benign warning when the hook is encountered.