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
I need to apply labels to the default namespace (kube-system), pods, and deployment templates that are automatically created for DNS in an Azure AKS cluster.
While these modifications can be done to new namespaces/pods/deployments created through Terraform resources, I cannot find a way to make these changes to existing default namespaces/pods/deployments. Is this possible? Preferably, a solution would avoid import blocks so that other existing configuration options aren't overwritten/deleted when the imported resource is applied.
The text was updated successfully, but these errors were encountered:
Terraform version, Kubernetes provider version and Kubernetes version
Question
I need to apply labels to the default namespace (
kube-system
), pods, and deployment templates that are automatically created for DNS in an Azure AKS cluster.Through
kubectl
, I would do this like so:While these modifications can be done to new namespaces/pods/deployments created through Terraform resources, I cannot find a way to make these changes to existing default namespaces/pods/deployments. Is this possible? Preferably, a solution would avoid import blocks so that other existing configuration options aren't overwritten/deleted when the imported resource is applied.
The text was updated successfully, but these errors were encountered: