You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
excludedNamespaces:
- backup
- certificates
- a
- b
- c
- d
- kube-system
- longhorn-system
- network
- scaling #! We don't want to scale down the kube-downscaler itself
- e
- f
- g
In the ConfigMap that the kube-downscalerHelm Chart templates and deploys I see:
However, all of the namespaces are NOT excluded. Confirmed be simply seeing that Pod's are scaled out in the different to be excluded namespaces as well as e.g. these logline in the py-kube-downscaler.
Issue
I declare:
In the
ConfigMap
that thekube-downscaler
Helm Chart
templates and deploys I see:However, all of the namespaces are NOT excluded. Confirmed be simply seeing that
Pod's
are scaled out in the different to be excluded namespaces as well as e.g. these logline in thepy-kube-downscaler
.Problem to solve
To ensure that ALL namespaces excluded via the
excludedNamespaces YAML Helm Value
are actually excluded.The text was updated successfully, but these errors were encountered: