-
Notifications
You must be signed in to change notification settings - Fork 14.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
rename PodHasNetwork to PodReadyToStartContainers #40945
rename PodHasNetwork to PodReadyToStartContainers #40945
Conversation
/hold We should get the code merged before updating the website. |
I don't believe previous blog posts are changed based on updates in the most recent release. May be a new blog post clarifying the rename would help? |
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.
One suggestion - otherwise LGTM!
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates-removed.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates-removed.md
Outdated
Show resolved
Hide resolved
…-gates.md Co-authored-by: Qiming Teng <tengqm@outlook.com>
…-gates-removed.md Co-authored-by: Qiming Teng <tengqm@outlook.com>
…-gates-removed.md Co-authored-by: Qiming Teng <tengqm@outlook.com>
Thanks. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm 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 |
The hold is still effective because the upstream code is not yet in. |
Not yet. They need a manual update. (Aside: if anyone wants to autogenerate them, I can show both my original approach, and how I'd now revise it) |
Thank you! Yea I updated those so now I know! |
/hold cancel |
This is ready for approval as the code pr was just merged. |
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.
These changes to rename the feature gate look good and also, the upstream code as part of kubernetes/kubernetes#117702 is merged. Thanks!
/lgtm
LGTM label has been added. Git tree hash: 19ad21cac3c0b5b0d84bd973d65df5b31e374c54
|
* rename PodHasNetwork to PodReadyToStartContainers * add note for condition rename * add feature gate removal * Update content/en/docs/reference/command-line-tools-reference/feature-gates.md Co-authored-by: Qiming Teng <tengqm@outlook.com> * Update content/en/docs/reference/command-line-tools-reference/feature-gates-removed.md Co-authored-by: Qiming Teng <tengqm@outlook.com> * Update content/en/docs/reference/command-line-tools-reference/feature-gates-removed.md Co-authored-by: Qiming Teng <tengqm@outlook.com> --------- Co-authored-by: Qiming Teng <tengqm@outlook.com>
* rename PodHasNetwork to PodReadyToStartContainers * add note for condition rename * add feature gate removal * Update content/en/docs/reference/command-line-tools-reference/feature-gates.md Co-authored-by: Qiming Teng <tengqm@outlook.com> * Update content/en/docs/reference/command-line-tools-reference/feature-gates-removed.md Co-authored-by: Qiming Teng <tengqm@outlook.com> * Update content/en/docs/reference/command-line-tools-reference/feature-gates-removed.md Co-authored-by: Qiming Teng <tengqm@outlook.com> --------- Co-authored-by: Qiming Teng <tengqm@outlook.com>
* rename PodHasNetwork to PodReadyToStartContainers * add note for condition rename * add feature gate removal * Update content/en/docs/reference/command-line-tools-reference/feature-gates.md Co-authored-by: Qiming Teng <tengqm@outlook.com> * Update content/en/docs/reference/command-line-tools-reference/feature-gates-removed.md Co-authored-by: Qiming Teng <tengqm@outlook.com> * Update content/en/docs/reference/command-line-tools-reference/feature-gates-removed.md Co-authored-by: Qiming Teng <tengqm@outlook.com> --------- Co-authored-by: Qiming Teng <tengqm@outlook.com>
* rename PodHasNetwork to PodReadyToStartContainers * add note for condition rename * add feature gate removal * Update content/en/docs/reference/command-line-tools-reference/feature-gates.md Co-authored-by: Qiming Teng <tengqm@outlook.com> * Update content/en/docs/reference/command-line-tools-reference/feature-gates-removed.md Co-authored-by: Qiming Teng <tengqm@outlook.com> * Update content/en/docs/reference/command-line-tools-reference/feature-gates-removed.md Co-authored-by: Qiming Teng <tengqm@outlook.com> --------- Co-authored-by: Qiming Teng <tengqm@outlook.com>
As part of the sandbox KEP there was a request to rename
PodHasNetwork
toPodReadyToStartContainers
.We have a PR for the code changes and we should update the website with the changes also.
Some questions:
Do we change the blog post on 1.25 for PodHasNetwork to use the new Conditions?
Are the feature toggle tables autogenerated? I did not change the references for that as it doesn't look to be human written.
PR: kubernetes/kubernetes#117702