-
Notifications
You must be signed in to change notification settings - Fork 166
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
create_security_context_constraint doesn't work #367
Labels
Comments
ref: #261 is where SecurityContextConstraints was previously partially fixed. |
cben
added a commit
to cben/kubeclient
that referenced
this issue
Nov 23, 2018
ManageIQ#367 Also fixes ManageIQ#307 - get_security_context_constraints.kind, get_endpoints.kind are now plural as in kubernetes. Also fixes ManageIQ#367 - create_security_context_constraint now works.
1 task
cben
added a commit
to cben/kubeclient
that referenced
this issue
Nov 23, 2018
cben
added a commit
to cben/kubeclient
that referenced
this issue
Nov 26, 2018
ManageIQ#367 Also fixes ManageIQ#307 - get_security_context_constraints.kind, get_endpoints.kind are now plural as in kubernetes. Also fixes ManageIQ#367 - create_security_context_constraint now works.
cben
added a commit
to cben/kubeclient
that referenced
this issue
Nov 26, 2018
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This results from same mess as #307 but distinct problem. We had a workaround for this for
create_endpoint
butcreate_security_context_constraint
is broken. It's an openshift resource, available both in 'v1' core api and a separate api group, neither works:Fixing this (with tests) in #366.
The text was updated successfully, but these errors were encountered: