Moving WindowsRunAsUserName to beta#84882
Conversation
|
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Welcome @marosset! |
|
Hi @marosset. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
c1ed74e to
61688e3
Compare
|
/ok-to-test cc @adelina-t @BCLAU |
|
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
|
/retest |
|
This needs a release note. Now that this is enabled by default, are there e2e tests that should drop a |
|
E2e test configs are in windows-testing and I'm working on changes to remove the feature flag now. I'll reference the PR here once it is created. |
|
@marosset: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/approve thanks, lgtm. please squash down to a single commit for merge. |
|
sig/windows has final lgtm |
18193e6 to
6d4aea6
Compare
|
Squashed, thanks @liggitt |
|
Looks good to me. Afterwards, we can enable for Windows some of the non-root E2E tests (ofc, with some Windows-specific adaptations) |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, marosset, michmike 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 |
We've added the WindowsRunAsUserName feature some time ago, and it was promoted to Beta for v1.17. We can now remove the [LinuxOnly] tag for a few tests. Depends On: kubernetes#83058 Depends On: kubernetes#84882
What type of PR is this?
/kind api-change
/sig windows
What this PR does / why we need it:
This graduates the WindowsRunAsUserName feature to beta enabling the feature by default.
Special notes for your reviewer:
WindowsRunAsUserName was added with #79489
Does this PR introduce a user-facing change?:
yes - doc pr kubernetes/website#17460
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
[Enhancement]: kubernetes/enhancements#1043