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

Orkestra helm chart deploy with keptn requires istio-system to be created before it can be deployed #397

Closed nitishm closed 3 years ago

nitishm commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

└─$ helm upgrade --install orkestra chart/orkestra -n orkestra --create-namespace --set=keptn.enabled=true --set=keptn-addons.enabled=true  
Release "orkestra" does not exist. Installing it now.
Error: namespaces "istio-system" not found

To Reproduce Steps to reproduce the behavior:

helm upgrade --install orkestra chart/orkestra -n orkestra --create-namespace --set=keptn.enabled=true --set=keptn-addons.enabled=true 

Expected behavior A clear and concise description of what you expected to happen. We should not rely on a different namespace to exist to deploy the keptn addon prometheus service and associated resources. Move the prometheus service to Orkestra

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context Add any other context about the problem here.