-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Updating doc for setHostnameAsFQDN feature to beta in v1.20 #24350
Conversation
Deploy preview for kubernetes-io-vnext-staging processing. Building with commit c29185d https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/5f8ec75a9795dc0009a65a56 |
cc: @annajung this is for kubernetes/enhancements#1797 |
/sig node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @javidiaz
I can see one tweak that you'll need to make.
0beabdc
to
6e44dba
Compare
/hold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Markdown changes LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/lgtm
/approve
LGTM label has been added. Git tree hash: 19aa65f86be7802fc5448ee1b5497f6885708ea6
|
6e44dba
to
d0f5713
Compare
d0f5713
to
c29185d
Compare
Hi @thockin could you please approve again? Sorry, I needed to rebase. |
I messed up previous push and lots of tags got added. Trying to clean up. /remove-area blog |
/remove-language es |
hi @sftim kubernetes/kubernetes#95267 got merged, can we remove hold from here? Thanks! |
Sure |
/lgtm |
LGTM label has been added. Git tree hash: efd4ec7851d9ef7ee2c3365df54596eeda56d9de
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: annajung, javidiaz, thockin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Feature SetHostnameAsFQDN is being graduated to Beta and its feature gate will be enabled by default. The corresponding KEP is already merged kubernetes/enhancements#1797. The actual code change is tracked in kubernetes/kubernetes#95267