Skip to content

Instantly share code, notes, and snippets.

@jmccormick2001
Created July 24, 2015 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmccormick2001/b1962745cfb8f67dedcc to your computer and use it in GitHub Desktop.
Save jmccormick2001/b1962745cfb8f67dedcc to your computer and use it in GitHub Desktop.
oc edit privileged output
# Please edit the object below. Lines beginning with a '#' will be ignored,
# and an empty file will abort the edit. If an error occurs while saving this fi
le will be
# reopened with the relevant failures.
#
allowHostDirVolumePlugin: true
allowPrivilegedContainer: true
allowedCapabilities:
- FOWNER
- CHOWN
apiVersion: v1
groups:
- system:cluster-admins
- system:nodes
kind: SecurityContextConstraints
metadata:
creationTimestamp: 2015-07-23T01:41:14Z
name: privileged
resourceVersion: "6804"
selfLink: /api/v1/securitycontextconstraints/privileged
uid: e7b0e4ba-30db-11e5-a617-74d435ba249b
runAsUser:
type: RunAsAny
seLinuxContext:
type: RunAsAny
users:
- system:serviceaccount:openshift-infra:build-controller
- test
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment