mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Fix OpenAPI spec generator script
This commit is contained in:
		@@ -75,6 +75,7 @@ kube::log::status "Starting 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 \
 | 
				
			||||||
  --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