Fixed merge conflict (RS) Signed-off-by: Rafael Jardim <rafaeljordao.jardim@windriver.com> Change-Id: I30b882a14196525f440db1108a56bbf862dfaf55 Signed-off-by: Ron Stone <ronald.stone@windriver.com>
		
			
				
	
	
		
			28 lines
		
	
	
		
			664 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			664 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
 | 
						|
.. ecz1590154334366
 | 
						|
.. _disable-pod-security-policy-checking:
 | 
						|
 | 
						|
====================================
 | 
						|
Disable Pod Security Policy Checking
 | 
						|
====================================
 | 
						|
 | 
						|
You can delete the previously added PodSecurityPolicy service parameter to
 | 
						|
disable pod security policy checking.
 | 
						|
 | 
						|
.. rubric:: |proc|
 | 
						|
 | 
						|
#.  Remove the kubernetes **kube\_apiserver admission\_plugins** system
 | 
						|
    parameter to exclude PodSecurityPolicy.
 | 
						|
 | 
						|
    .. code-block:: none
 | 
						|
 | 
						|
        ~(keystone_admin)]$ system service-parameter-delete <uuid>
 | 
						|
 | 
						|
#.  Apply the Kubernetes system parameters.
 | 
						|
 | 
						|
    .. code-block:: none
 | 
						|
 | 
						|
        ~(keystone_admin)]$ system service-parameter-apply kubernetes
 | 
						|
 | 
						|
 |