mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	update-openapi-spec.sh: enable all alpha and beta APIs
This becomes relevant once DynamicResourceAllocation becomes beta with "disabled" as default. Otherwise AllAlpha=true enables DRAAdminAccess which depends on DynamicResourceAllocation, which is disabled.
This commit is contained in:
		@@ -79,7 +79,7 @@ kube-apiserver \
 | 
				
			|||||||
  --etcd-servers="http://${ETCD_HOST}:${ETCD_PORT}" \
 | 
					  --etcd-servers="http://${ETCD_HOST}:${ETCD_PORT}" \
 | 
				
			||||||
  --advertise-address="10.10.10.10" \
 | 
					  --advertise-address="10.10.10.10" \
 | 
				
			||||||
  --cert-dir="${TMP_DIR}/certs" \
 | 
					  --cert-dir="${TMP_DIR}/certs" \
 | 
				
			||||||
  --feature-gates=AllAlpha=true,OpenAPIEnums=false,ConsistentListFromCache=false \
 | 
					  --feature-gates=AllAlpha=true,AllBeta=true,OpenAPIEnums=false,ConsistentListFromCache=false \
 | 
				
			||||||
  --runtime-config="api/all=true" \
 | 
					  --runtime-config="api/all=true" \
 | 
				
			||||||
  --token-auth-file="${TMP_DIR}/tokenauth.csv" \
 | 
					  --token-auth-file="${TMP_DIR}/tokenauth.csv" \
 | 
				
			||||||
  --authorization-mode=RBAC \
 | 
					  --authorization-mode=RBAC \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user