Withdraw alpha support for HostNetwork containers on Windows#130250
Withdraw alpha support for HostNetwork containers on Windows#130250k8s-ci-robot merged 2 commits intokubernetes:masterfrom
Conversation
|
/triage accepted |
|
/retest |
|
LGTM label has been added. DetailsGit tree hash: cdcbc5b7781e9c0c22c07cdf73ea25de02942441 |
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
2 similar comments
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
|
|
/hold |
|
LGTM label has been added. DetailsGit tree hash: 0de6373c7cd22f55f9fc762530bfe20c229f6e55 |
|
needs a rebase (the versioned_feature_list file moved) |
|
@dims looks like the test panic was fixed in #130250 (comment), do we still need the hold? |
|
/hold cancel sorry @BenTheElder removed the hold now. |
|
Appreciate all of your efforts with this PR. Is the plan still to resolve it for v1.33 release? |
|
The PR changelog entry doesn't look quite right; I recommend checking it. Ideally it is in past tense. But also check the formatting. |
a83d1b8 to
9837a61
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, marosset The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Updated both the tense and formatting |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: 96d018a65a7c0a5f20a824bccc353afdf4d839d8 |
|
/retest |
| wc.SecurityContext.NamespaceOptions.Network = runtimeapi.NamespaceMode_POD | ||
| } | ||
| } | ||
|
|
There was a problem hiding this comment.
The logic were removed after marking the FG as Deprecated. Is this a general pattern?
IIRC, we should remove the logical once we removed the FG(or locked the FG to true/false).
There was a problem hiding this comment.
This is alpha feature. So it is ok to remove them directly without the deprecation phase. We don't need to keep the feature gate definition in the code base.
There was a problem hiding this comment.
It's a bit unusual, in that it was on by default as an alpha, and for a long time, it might be possible that users depended on this without realizing it was alpha.
Otherwise yes, alphas can be removed without notice ...
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Removes alpha support for HostNetwork on Windows
Which issue(s) this PR fixes:
Part of kubernetes/enhancements#3503
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/milestone v1.33
/sig windows node network
/area kubelet