-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Allow users to set a pod’s hostname to its Fully Qualified Domain Name (FQDN) #1797
Comments
/sig network |
This proposal gives users the ability to set a pod’s hostname to its Fully Qualified Domain Name (FQDN). A new PodSpec field `fqdnInHostname` will be introduced. When a user sets this field to true, its Linux kernel hostname field ([the nodename field of struct utsname]http://man7.org/linux/man-pages/man2/uname.2.html)) will be set to its fully qualified domain name (FQDN). Hence, both uname -n and hostname --fqdn will return the pod’s FQDN. The new PodSpec field `fqdnInHostname` will default to `false` to preserve current behavior, i.e., setting the hostname field of the kernel to the pod's shortname. Related issue is: kubernetes#1797
/sig node |
/sig network |
/milestone v1.19 |
@javidiaz: You must be a member of the kubernetes/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your and have them propose you as an additional delegate for this responsibility. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/milestone v1.19 |
/stage alpha |
@javidiaz -- Can you please link to all the implementation PR's here - k/k or otherwise? 🙂 The current release schedule is:
|
Hi @javidiaz - My name is Zachary, 1.19 Docs shadow. Is this enhancement work planned for 1.19 and does it require any new docs (or modifications to existing docs)? If not, can you please update the 1.19 Enhancement Tracker Sheet, or let me know, I can do it for you :) |
Thanks @palnabarun, I will put them in here. So far I have one kubernetes/kubernetes#91035 |
Thanks @zestrells for info. I will need to add some docs. |
@zestrells I created a PR for docs, how do I update the 1.19 Enhancement Tracker Sheet? |
@javidiaz I can update the tracker sheet. Thank you for the docs :) |
Thanks @javidiaz for the update on the implementation PR. 👍 I have updated the update the tracking sheet. |
/remove-lifecycle stale |
/stage stable |
Greetings @javidiaz ! 1.22 Enhancement shadow checking in. After reviewing the KEP overall is in great shape. Just a small edit needed:
Reminder that the Enhancement freeze is this Thursday. Thanks! |
Thanks for the reminder @jrsapi ! I have a PR waiting to be approved to update the KEP #2641 |
@jrsapi Could you add milestone to the PRs associated with this KEP? the full list is #2641 kubernetes/kubernetes#101294 and kubernetes/website#27636 |
The milestones will be automatically added, they're not required. |
Greetings @javidiaz, Thanks! |
Thanks @jrsapi! yes , those 2 PRs are all I needed. |
Hi @javidiaz - Could you open a PR on the KEP to change the status to Thanks! |
Thanks @salaxander , I created a PR. |
Closing out now that we're fully implemented :) Awesome job everyone! |
Reminder: Remove gate in 1.25, milestone updated |
Enhancement Description
Please to keep this description up to date. This will help the Enhancement Team track efficiently the evolution of the enhancement
The text was updated successfully, but these errors were encountered: