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
Problem:
Currently, dnsPolicy can only be configured on a pod by pod basis. There needs to be a configuration where the DNS policy can be configured cluster-wide. For example, right now I am specifying that my pod dnsPolicy: Default, I'd like to see if there is a configuration available where I can apply that cluster-wide, so that when new pods get scheduled, they automatically obtain that configuration from the cluster instead of putting it in the pod spec on a pod-by-pod basis.
Proposed Solution:
Please allow dnsPolicy to also be applied cluster-wide.
This is a...
Problem:
Currently, dnsPolicy can only be configured on a pod by pod basis. There needs to be a configuration where the DNS policy can be configured cluster-wide. For example, right now I am specifying that my pod dnsPolicy: Default, I'd like to see if there is a configuration available where I can apply that cluster-wide, so that when new pods get scheduled, they automatically obtain that configuration from the cluster instead of putting it in the pod spec on a pod-by-pod basis.
Proposed Solution:
Please allow dnsPolicy to also be applied cluster-wide.
Page to Update:
https://kubernetes.io/...
The text was updated successfully, but these errors were encountered: