mirror of
				https://github.com/optim-enterprises-bv/turnk8s.git
				synced 2025-10-30 17:58:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			137 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			137 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| export KUBECONFIG=$(find /opt/kubeconfig -type f | tr '\n' ':')
 | |
| mkdir ~/.kube
 | |
| kubectl config view --flatten > ~/.kube/config | 
