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

Issue with k8s.io/docs/concepts/services-networking/dns-pod-service/ #12631

Closed
1 of 2 tasks
sbrohi-att opened this issue Feb 13, 2019 · 2 comments
Closed
1 of 2 tasks

Comments

@sbrohi-att
Copy link

This is a...

  • Feature Request
  • Bug Report

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/...

@sftim
Copy link
Contributor

sftim commented Feb 18, 2019

It sounds like you want to have a new feature in Kubernetes? If that's right, you can raise an issue against the Kubernetes repo.

For this case, I think you're asking for someone to implement an admission controller that adds the behaviour you have in mind.

@tengqm
Copy link
Contributor

tengqm commented Feb 19, 2019

Right. This is not a doc issue.

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

3 participants