mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Allow adding default capabilities to unprivileged addons
This commit is contained in:
		@@ -19,6 +19,22 @@ metadata:
 | 
			
		||||
spec:
 | 
			
		||||
  privileged: false
 | 
			
		||||
  allowPrivilegeEscalation: false
 | 
			
		||||
  # The docker default set of capabilities
 | 
			
		||||
  allowedCapabilities:
 | 
			
		||||
  - SETPCAP
 | 
			
		||||
  - MKNOD
 | 
			
		||||
  - AUDIT_WRITE
 | 
			
		||||
  - CHOWN
 | 
			
		||||
  - NET_RAW
 | 
			
		||||
  - DAC_OVERRIDE
 | 
			
		||||
  - FOWNER
 | 
			
		||||
  - FSETID
 | 
			
		||||
  - KILL
 | 
			
		||||
  - SETGID
 | 
			
		||||
  - SETUID
 | 
			
		||||
  - NET_BIND_SERVICE
 | 
			
		||||
  - SYS_CHROOT
 | 
			
		||||
  - SETFCAP
 | 
			
		||||
  volumes:
 | 
			
		||||
  - 'emptyDir'
 | 
			
		||||
  - 'configMap'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user