Skip to content
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

Remove WindowsGMSA and WindowsRunAsUserName feature gates in 1.20 #95707

Closed
marosset opened this issue Oct 19, 2020 · 25 comments · Fixed by #96531
Closed

Remove WindowsGMSA and WindowsRunAsUserName feature gates in 1.20 #95707

marosset opened this issue Oct 19, 2020 · 25 comments · Fixed by #96531
Assignees
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. sig/windows Categorizes an issue or PR as relevant to SIG Windows. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@marosset
Copy link
Contributor

Both WindowsGMSA and WindowsRunAsUserName feature gates have been GA since v1.18 and were scheduled to be removed in v1.20.

WindowsGMSA: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.20
WindowsRunAsUserName: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.20

/sig windows
/milestone v1.20
/good-first-issue

@marosset marosset added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 19, 2020
@k8s-ci-robot
Copy link
Contributor

@marosset:
This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

Both WindowsGMSA and WindowsRunAsUserName feature gates have been GA since v1.18 and were scheduled to be removed in v1.20.

WindowsGMSA: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.20
WindowsRunAsUserName: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.20

/sig windows
/milestone v1.20
/good-first-issue

Instructions 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.

@k8s-ci-robot k8s-ci-robot added sig/windows Categorizes an issue or PR as relevant to SIG Windows. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. labels Oct 19, 2020
@k8s-ci-robot k8s-ci-robot added this to the v1.20 milestone Oct 19, 2020
@k8s-ci-robot k8s-ci-robot added help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Oct 19, 2020
@marosset
Copy link
Contributor Author

/triage accepted

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Oct 19, 2020
@mrmassis
Copy link

Hi,
how can i help with that?

@wawa0210
Copy link
Contributor

Hi,
how can i help with that?
Delete the codes related to these two feature gates, because they have been GA and are enabled by default

@marosset
Copy link
Contributor Author

Yup, @mrmassis feel free to assign the issue to yourselft and then remove the features gates from the file listed above and any other places they are used in code.

Thanks!

@Ravi19967
Copy link

Hey, can i take this up ?

@Ravi19967
Copy link

/assign

@wawa0210
Copy link
Contributor

Hey, can i take this up ?

It seems that @mrmassis proposed it first. You can communicate with him before you start.

@Ravi19967
Copy link

ok sure

@Ravi19967 Ravi19967 removed their assignment Oct 20, 2020
@mrmassis
Copy link

/assign

@mrmassis
Copy link

Hi,
Sorry by delay, but i cant push the issue branch and receive:
fatal: unable to access 'https://github.com/kubernetes/kubernetes.git/': The requested URL returned error: 403

I already fill the form to contriburter. Any sugestion?
Regards

@wawa0210
Copy link
Contributor

Before you start, you can read https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md

@mrmassis
Copy link

i already assing to CLA and make a new branch issue-95707. But when i push the branch my permission is denny.
any tips?
Tkz

@marosset
Copy link
Contributor Author

@mrmassis Try forking the kubernetes/kubernetes repository and then creating the pull request from a branch in your personal github repository.

@mrmassis
Copy link

Tkz,
I create a PR, but i received:
cla/linuxfoundation — commit missing GitHub user

but i already do it. Whats is wrong?

mrmassis pushed a commit to mrmassis/kubernetes that referenced this issue Oct 20, 2020
mrmassis added a commit to mrmassis/kubernetes that referenced this issue Oct 20, 2020
@mrmassis
Copy link

Ok, i found the error. My name in git was wrong. Sorry, Im waiting the result for PR.
Tkz

@mrmassis
Copy link

Now, i waiting for

Some checks haven’t completed yet
pull-kubernetes-bazel-build Expected — Waiting for status to be reported                                      Required
pull-kubernetes-bazel-test Expected — Waiting for status to be reported                                        Required
pull-kubernetes-conformance-kind-ga-only-parallel Expected — Waiting for status to be reported Required
pull-kubernetes-dependencies Expected — Waiting for status to be reported                                 Required
pull-kubernetes-e2e-gce-100-performance Expected — Waiting for status to be reported              Required
pull-kubernetes-e2e-gce-ubuntu-containerd Expected — Waiting for status to be reported             Required
pull-kubernetes-e2e-kind Expected — Waiting for status to be reported                                          Required
pull-kubernetes-e2e-kind-ipv6 Expected — Waiting for status to be reported                                  Required
pull-kubernetes-integration Expected — Waiting for status to be reported                                       Required
pull-kubernetes-node-e2e Expected — Waiting for status to be reported                                         Required
pull-kubernetes-typecheck Expected — Waiting for status to be reported                                        Required
pull-kubernetes-verify Expected — Waiting for status to be reported                                               Required
@k8s-ci-robot
tide Pending — Not mergeable. Needs approved, lgtm labels.

@mrmassis
Copy link

Hi everyone,
Is normal waiting this itens, or I must provide then?
Tkz

@mrmassis
Copy link

mrmassis commented Oct 22, 2020 via email

@wawa0210
Copy link
Contributor

When your code is ready, you can pull a pr from your own repo to kubernetes' repo~~ Remember to read the connection I posted earlier and the sub-connections inside.

#95707 (comment)

@palnabarun
Copy link
Member

Hi 👋🏽, we already past the code freeze for v1.20 and the release is due next week. At this point in time, we are considering only changes which are release blocking. Hence, I am removing this from the v1.20 milestone.

Please feel to ping us on #sig-release if you feel otherwise.

/milestone clear

@k8s-ci-robot k8s-ci-robot removed this from the v1.20 milestone Dec 3, 2020
@Aut0R3V
Copy link

Aut0R3V commented Dec 30, 2020

Hey
Is there anything that can be done here?

@coderfornow
Copy link

Hi @mrmassis !
can I take this? anything required?

@mrmassis
Copy link

mrmassis commented Jan 19, 2021 via email

@coderfornow
Copy link

/assign

coderfornow added a commit to coderfornow/kubernetes that referenced this issue Jan 19, 2021
Remove WindowsGMSA and WindowsRunAsUserName feature gates in 1.20 kubernetes#95707
coderfornow added a commit to coderfornow/kubernetes that referenced this issue Jan 19, 2021
Remove WindowsGMSA and WindowsRunAsUserName feature gates in 1.20 kubernetes#95707
SIG-Windows automation moved this from In Progress (v1.21) to Done (v1.21) Jan 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. sig/windows Categorizes an issue or PR as relevant to SIG Windows. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
8 participants