|  |  | @ -26,8 +26,8 @@ jobs: | 
			
		
	
		
		
			
				
					
					|  |  |  |       - name: Setup Kubernetes |  |  |  |       - name: Setup Kubernetes | 
			
		
	
		
		
			
				
					
					|  |  |  |         uses: engineerd/setup-kind@v0.5.0 |  |  |  |         uses: engineerd/setup-kind@v0.5.0 | 
			
		
	
		
		
			
				
					
					|  |  |  |         with: |  |  |  |         with: | 
			
		
	
		
		
			
				
					
					|  |  |  |           version: "v0.10.0" |  |  |  |           version: v0.11.1 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           image: kindest/node:v1.20.2@sha256:8f7ea6e7642c0da54f04a7ee10431549c0257315b3a634f6ef2fecaaedb19bab |  |  |  |           image: kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6 | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |           config: .github/kind/config.yaml # disable KIND-net |  |  |  |           config: .github/kind/config.yaml # disable KIND-net | 
			
		
	
		
		
			
				
					
					|  |  |  |       - name: Setup Calico for network policy |  |  |  |       - name: Setup Calico for network policy | 
			
		
	
		
		
			
				
					
					|  |  |  |         run: | |  |  |  |         run: | | 
			
		
	
	
		
		
			
				
					|  |  | @ -211,6 +211,7 @@ jobs: | 
			
		
	
		
		
			
				
					
					|  |  |  |         run: | |  |  |  |         run: | | 
			
		
	
		
		
			
				
					
					|  |  |  |           kubectl version --client --short |  |  |  |           kubectl version --client --short | 
			
		
	
		
		
			
				
					
					|  |  |  |           kubectl -n flux-system get all |  |  |  |           kubectl -n flux-system get all | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           kubectl -n flux-system describe pods | 
			
		
	
		
		
			
				
					
					|  |  |  |           kubectl -n flux-system get kustomizations -oyaml |  |  |  |           kubectl -n flux-system get kustomizations -oyaml | 
			
		
	
		
		
			
				
					
					|  |  |  |           kubectl -n flux-system logs deploy/source-controller |  |  |  |           kubectl -n flux-system logs deploy/source-controller | 
			
		
	
		
		
			
				
					
					|  |  |  |           kubectl -n flux-system logs deploy/kustomize-controller |  |  |  |           kubectl -n flux-system logs deploy/kustomize-controller | 
			
		
	
	
		
		
			
				
					|  |  | 
 |