Skip to content

Enable kiali component by default

Marcel Chacon requested to merge mchacon-kiali-base into main

What

Enable Kiali base component by default on all clusters.

Why

We have a little bit of a chicken and egg situation, where the Flux kustomization is attempting to create the ConfigMap for kiali values on the kiali-operator namespace before it exists. Since the namespace is created by the kiali component, we need to trigger than kustomization before the overlays.

Error:

reliability-overlays-shared               	                  	False    	False	ConfigMap/kiali-operator/reliability-overlay-kiali-values-gstg namespace not specified: namespaces "kiali-operator" not found

Related Issue: gitlab-com/gl-infra/reliability#24157

Edited by Marcel Chacon

Merge request reports