File tree Expand file tree Collapse file tree
samples/features/sql-big-data-cluster/deployment/openshift Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- apiVersion: security.openshift.io/v1
2- kind: SecurityContextConstraints
3- metadata :
4- annotations :
5- kubernetes.io/description: SQL Server BDC custom scc is based on 'nonroot' scc plus additional capabilities.
6- generation: 2
7- name: bdc-scc
8- allowHostDirVolumePlugin: false
9- allowHostIPC: false
10- allowHostNetwork: false
11- allowHostPID: false
12- allowHostPorts: false
13- allowPrivilegeEscalation: true
14- allowPrivilegedContainer: false
1+ allowHostDirVolumePlugin : false
2+ allowHostIPC : false
3+ allowHostNetwork : false
4+ allowHostPID : false
5+ allowHostPorts : false
6+ allowPrivilegeEscalation : true
7+ allowPrivilegedContainer : false
158allowedCapabilities :
16- - SETUID
17- - SETGID
18- - CHOWN
9+ - SETUID
10+ - SETGID
11+ - CHOWN
1912 - SYS_PTRACE
20- defaultAddCapabilities: null
13+ apiVersion : security.openshift.io/v1
14+ defaultAddCapabilities : null
2115fsGroup :
22- type: RunAsAny
23- readOnlyRootFilesystem: false
16+ type : RunAsAny
17+ kind : SecurityContextConstraints
18+ metadata :
19+ annotations :
20+ kubernetes.io/description : SQL Server BDC custom scc is based on 'nonroot' scc plus additional capabilities required by BDC.
21+ generation : 2
22+ name : bdc-scc
23+ readOnlyRootFilesystem : false
2424requiredDropCapabilities :
25- - KILL
26- - MKNOD
25+ - KILL
26+ - MKNOD
2727runAsUser :
28- type: MustRunAsNonRoot
28+ type : MustRunAsNonRoot
2929seLinuxContext :
30- type : MustRunAs
30+ type : MustRunAs
3131supplementalGroups :
32- type : RunAsAny
32+ type : RunAsAny
3333volumes :
34- - configMap
35- - downwardAPI
36- - emptyDir
37- - persistentVolumeClaim
38- - projected
39- - secret
34+ - configMap
35+ - downwardAPI
36+ - emptyDir
37+ - persistentVolumeClaim
38+ - projected
39+ - secret
You can’t perform that action at this time.
0 commit comments