mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Stop enabling alpha runtimeclass API
This commit is contained in:
		@@ -264,9 +264,6 @@ function start-kube-apiserver {
 | 
			
		||||
  if [[ -n "${FEATURE_GATES:-}" ]]; then
 | 
			
		||||
    params+=" --feature-gates=${FEATURE_GATES}"
 | 
			
		||||
  fi
 | 
			
		||||
  if [[ "${FEATURE_GATES:-}" =~ "RuntimeClass=true" ]]; then
 | 
			
		||||
    params+=" --runtime-config=node.k8s.io/v1alpha1=true"
 | 
			
		||||
  fi
 | 
			
		||||
  if [[ -n "${MASTER_ADVERTISE_ADDRESS:-}" ]]; then
 | 
			
		||||
    params+=" --advertise-address=${MASTER_ADVERTISE_ADDRESS}"
 | 
			
		||||
    if [[ -n "${PROXY_SSH_USER:-}" ]]; then
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user