-
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
Document the support of mixed protocol values in the LoadBalancer type of Services #24874
Conversation
Deploy preview for kubernetes-io-vnext-staging processing. Building with commit c640aee https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/5fb4295599c0e600085b179b |
/milestone 1.20 |
@janosi -- would you please add your feature to the Feature Gates list, here: |
/assign @kcmartin |
Hi @janosi : Friendly reminder that you'll need to add your feature to the Feature gates list: |
012dcd5
to
ebf1a61
Compare
@@ -125,6 +125,7 @@ different Kubernetes components. | |||
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | 1.9 | | |||
| `LocalStorageCapacityIsolation` | `true` | Beta | 1.10 | | | |||
| `LocalStorageCapacityIsolationFSQuotaMonitoring` | `false` | Alpha | 1.15 | | | |||
| `MixedProtocolLBService` | `false` | Alpha | 1.20 | | |
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.
Can you provide a short description below the table on what behavior this provides?
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.
Yep, I added a description right now.
/hold cancel |
LGTM label has been added. Git tree hash: c4c52225b467ba30fb248623d752ad2d0f8d4f94
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: annajung 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 is to document the support of mixed protocol values in the LoadBalancer type of Services
This is for the kubernetes/enhancement: kubernetes/enhancements#1435
kubernetes/kubernetes PR: kubernetes/kubernetes#94028