Remove debugging;Sanitize hypervisor username;Traefik /data volume permission fix #2;Specify kubeconfig x3
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -7,7 +7,8 @@ | ||||
|     state: patched | ||||
|     definition: | | ||||
|       spec: | ||||
|         numberOfReplicas: {{ lookup('kubernetes.core.k8s', kind='node') | length | int }} | ||||
|   loop: "{{ lookup('kubernetes.core.k8s', api_version='longhorn.io/v1beta2', kind='volume', namespace='longhorn-system') }}" | ||||
|         numberOfReplicas: {{ lookup('kubernetes.core.k8s', kind='node', kubeconfig=(kubeconfig.path)) | length | int }} | ||||
|     kubeconfig: "{{ kubeconfig.path }}" | ||||
|   loop: "{{ lookup('kubernetes.core.k8s', api_version='longhorn.io/v1beta2', kind='volume', namespace='longhorn-system', kubeconfig=(kubeconfig.path)) }}" | ||||
|   loop_control: | ||||
|     label: "{{ item.metadata.name }}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user