File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ create-workload-cluster: $(ENVSUBST) $(KUBECTL) ## Create a workload cluster.
377377	timeout --foreground 1800 bash -c "while ! $(KUBECTL) get secrets -n default | grep $(CLUSTER_NAME)-kubeconfig; do sleep 1; done"
378378	#  Get kubeconfig and store it locally.
379379	$(KUBECTL) get secret/$(CLUSTER_NAME)-kubeconfig -n default -o json | jq -r .data.value | base64 --decode > ./kubeconfig
380- 	$(KUBECTL) -n default wait --for=condition=Ready --timeout=30m  cluster "$(CLUSTER_NAME)"
380+ 	$(KUBECTL) -n default wait --for=condition=Ready --timeout=60m  cluster "$(CLUSTER_NAME)"
381381
382382	@echo 'run "$(KUBECTL) --kubeconfig=./kubeconfig ..." to work with the new target cluster'
383383
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ make envsubst
2828
2929export  REGISTRY=" ${REGISTRY:- registry.local/ fake} " 
3030
31- export  CLUSTER_CREATE_ATTEMPTS=" ${CLUSTER_CREATE_ATTEMPTS:- 3} " 
31+ #  Change back after testing
32+ export  CLUSTER_CREATE_ATTEMPTS=" ${CLUSTER_CREATE_ATTEMPTS:- 1} " 
3233
3334#  Cluster settings.
3435export  CLUSTER_NAME=" ${CLUSTER_NAME:- capz-test} " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments