Skip to content
New issue

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

[RFE] add nodeselector / pods labels to cluster agent and rancher webhook pods and all pods created in cattle-system namespace #1420

Open
ghaith-ajimi opened this issue Oct 2, 2024 · 2 comments
Assignees

Comments

@ghaith-ajimi
Copy link

Is your feature request related to a problem? Please describe.

When you create gatekeeper opa policies for nodeselector for example, your pods will be blocked.

Describe the solution you'd like

cluster_agent_deployment_customization {
nodeSelector {
key = "key"
value = "value"
}
extra_label {
key = "key"
value = "value"
}
}

Additional context

All cluster_agent_deployment_customization must be added to all deployments created under cattle-system namespace.

@matttrach matttrach self-assigned this Oct 2, 2024
@ghaith-ajimi
Copy link
Author

@matttrach do you have any updates about this please?

@matttrach
Copy link
Collaborator

Sorry... I am not 100% on what is being requested here.
Is there a specific resource in the provider you are looking to change?
Is this a function available in the Rancher API?
What version of Rancher are you targeting?
Is this maybe something you could resolve with the hashicorp/kubernetes provider in the mean time?
What is the pain you are experiencing and how does your proposal resolve that pain?
Would there by any adverse side effects to this approach?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants