We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to suggest a label_selector feature be added to the k8s_scale module
k8s_scale with a label_selector field
You could scale groups of deployments/statefulsets, which are linked by labels
- name: scale all grafana related deployments community.kubernetes.k8s_scale: api_version: v1 kind: Deployment label_selector: - app=grafana-related namespace: custom-namespace replicas: 0 wait_timeout: 60
The text was updated successfully, but these errors were encountered:
Feature implemented. will be available with the 2.0 release. For the time being can be used with the main branch
Sorry, something went wrong.
abikouo
No branches or pull requests
SUMMARY
I would like to suggest a label_selector feature be added to the k8s_scale module
ISSUE TYPE
You can scale using labels instead of explicit names.
COMPONENT NAME
k8s_scale with a label_selector field
ADDITIONAL INFORMATION
You could scale groups of deployments/statefulsets, which are linked by labels
The text was updated successfully, but these errors were encountered: