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
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?
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.
The text was updated successfully, but these errors were encountered: