-
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
KEP-3668: promote ServiceNodePortStaticSubrange to stable #42774
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
Hi @xuzhenglun The PR description isn't right; this PR is only changing docs. The actual promotion to stable would be a pull request against k/kubernetes. |
/sig network |
@xuzhenglun usually we'd expect this PR to also update any of the docs around the Service API that are relevant to this feature. |
@@ -187,7 +187,7 @@ For a reference to old feature gates that are removed, please refer to | |||
| `SELinuxMountReadWriteOncePod` | `true` | Beta | 1.27 | | | |||
| `SecurityContextDeny` | `false` | Alpha | 1.27 | | | |||
| `ServiceNodePortStaticSubrange` | `false` | Alpha | 1.27 | 1.27 | | |||
| `ServiceNodePortStaticSubrange` | `true` | Beta | 1.28 | | | |||
| `ServiceNodePortStaticSubrange` | `true` | Beta | 1.28 | 1.28 | |
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.
When a gate is GA'ed, the gate should be mentioned only in the second table.
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.
We are supposed to remove line 189 and 190, that is what we call "moving" rather than "copying", right?
PR to k/k has been submit in kubernetes/kubernetes#120233
docs about this feature has been added since v1.27. I'm not sure about the next steps, perhaps I should remove the description of the feature gate GA in this release? @tengqm |
@@ -187,7 +187,7 @@ For a reference to old feature gates that are removed, please refer to | |||
| `SELinuxMountReadWriteOncePod` | `true` | Beta | 1.27 | | | |||
| `SecurityContextDeny` | `false` | Alpha | 1.27 | | | |||
| `ServiceNodePortStaticSubrange` | `false` | Alpha | 1.27 | 1.27 | | |||
| `ServiceNodePortStaticSubrange` | `true` | Beta | 1.28 | | | |||
| `ServiceNodePortStaticSubrange` | `true` | Beta | 1.28 | 1.28 | |
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.
We are supposed to remove line 189 and 190, that is what we call "moving" rather than "copying", right?
@@ -341,6 +341,9 @@ For a reference to old feature gates that are removed, please refer to | |||
| `ServiceInternalTrafficPolicy` | `false` | Alpha | 1.21 | 1.21 | | |||
| `ServiceInternalTrafficPolicy` | `true` | Beta | 1.22 | 1.25 | | |||
| `ServiceInternalTrafficPolicy` | `true` | GA | 1.26 | - | | |||
| `ServiceNodePortStaticSubrange` | `false` | Alpha | 1.27 | 1.27 | | |||
| `ServiceNodePortStaticSubrange` | `true` | Beta | 1.28 | 1.28 | | |||
| `ServiceNodePortStaticSubrange` | `true` | GA | 1.28 | - | |
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.
| `ServiceNodePortStaticSubrange` | `true` | GA | 1.28 | - | | |
| `ServiceNodePortStaticSubrange` | `true` | GA | 1.29 | | |
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.
Sorry for my mistake. It's should be fine now. :)
/lgtm |
LGTM label has been added. Git tree hash: 9b0a2b1f33d8aba04a5918022a1bce4c37128b9f
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kbhawkey 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 |
This PR promotes KEP-3668: ServiceNodePortStaticSubrange to stable