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
Resources managed by keda-manager (the ones keda manager installs)
keda manage should enrich installed resources with kyma-project.io/module=keda
Do not add them directly to keda.yaml file as we take it as-is from upstream in case of upgrading to latest keda version
Actual result
kubectl get all -l kyma-project.io/module=keda -A
No resources found
kubectl get crd -l kyma-project.io/module=keda
No resources found
The text was updated successfully, but these errors were encountered:
kwiatekus
added
kind/bug
Categorizes issue or PR as related to a bug.
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
and removed
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
labels
Jan 23, 2025
Description
As described by this decision, all resources introduced by a keda module should be labeled with
kyma-project.io/module=keda
This includes all resources that make the "keda manager" (deployments, rbacs, CRD etc) as well as resources managed by keda manager:
keda manage should enrich installed resources with
kyma-project.io/module=keda
Do not add them directly to
keda.yaml
file as we take it as-is from upstream in case of upgrading to latest keda versionActual result
The text was updated successfully, but these errors were encountered: