-
Notifications
You must be signed in to change notification settings - Fork 40k
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 deprecated Namespace admission plug-ins #31250
Remove deprecated Namespace admission plug-ins #31250
Conversation
/cc @kubernetes/rh-cluster-infra |
Documentation update: kubernetes/website#1079 |
@eparis - i have no idea what merge bot is complaining about for the doc edit. know what i am missing? |
/cc @nikhiljindal |
@@ -91,7 +91,7 @@ coreos: | |||
ExecStart=/opt/bin/kube-apiserver \ | |||
--service-account-key-file=/opt/bin/kube-serviceaccount.key \ | |||
--service-account-lookup=false \ | |||
--admission-control=NamespaceLifecycle,NamespaceAutoProvision,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota \ | |||
--admission-control=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota \ |
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.
would you mind doing this in a seperate commit since it will need a merge by hand? the bot won't touch it...
cf3d0c6
to
53f961b
Compare
@eparis - updated. |
/lgtm |
Thanks @derekwaynecarr Should the release note label be release-note-action-required? I assume that apiserver will fail to come up if someone is setting --admission-control=NamespaceExists. So admins will have to make sure that they update their --admission-control flag value if they are using one of these deleted admission controls |
53f961b
to
c727fdc
Compare
rebased, and updated release note tag. |
GCE e2e build/test passed for commit c727fdc. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit c727fdc. |
Automatic merge from submit-queue |
This merged and then GKE tests went solid red. It's a weekend so I'm going to roll back without investigating. |
How did this merge when it broke the GKE test? Is that not a required context? |
Smoke GKE is neither in the bot list of required tests https://github.com/kubernetes/contrib/blob/master/mungegithub/submit-queue/deployment/kubernetes/configmap.yaml nor in the github required tests. How did it break something? Also who owns smoke? Should we turn on in both places? |
@lavalamp - details on what it broke in GKE would be appreciated. No test On Mon, Aug 29, 2016 at 8:23 AM, Eric Paris notifications@github.com
|
Opened #31611 for someone at Google to either show where the GKE references are or for someone at Google to remove the references from GKE. |
I just rolled back. I have no idea. Assigned to someone else. On Mon, Aug 29, 2016 at 7:15 AM, Derek Carr notifications@github.com
|
Fixes #31195
This change is