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
We are using KSM to monitor CRDs in our cluster and the metrics definition is defined as separate configmaps for each CRD. We would like to make use of a sidecar container which will be used to create a combined configmap of the metrics configuration and then supply this as the KSM configuration.
Describe the solution you'd like.
Update the deployment template to add fields for additional containers and volumes to be passed as an input from the helm values file
Describe alternatives you've considered.
We tried using the chart provided by bitnami which supports this feature but it does not support monitoring custom resources.
We tried patching the deployment from argocd in a local setup but in our existing setup this is deployed as part of a crossplane composition and can't patch the deployment there. Currently we are using kyverno to combine the configmaps and would like to replace it with this sidecar solution and make the configuration auto generated from a list of resource definitions.
Additional context.
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
Is your feature request related to a problem ?
We are using KSM to monitor CRDs in our cluster and the metrics definition is defined as separate configmaps for each CRD. We would like to make use of a sidecar container which will be used to create a combined configmap of the metrics configuration and then supply this as the KSM configuration.
Describe the solution you'd like.
Update the deployment template to add fields for additional containers and volumes to be passed as an input from the helm values file
Describe alternatives you've considered.
We tried using the chart provided by bitnami which supports this feature but it does not support monitoring custom resources.
We tried patching the deployment from argocd in a local setup but in our existing setup this is deployed as part of a crossplane composition and can't patch the deployment there. Currently we are using kyverno to combine the configmaps and would like to replace it with this sidecar solution and make the configuration auto generated from a list of resource definitions.
Additional context.
No response
The text was updated successfully, but these errors were encountered: