20 lines
		
	
	
		
			370 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			370 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | apiVersion: v1 | ||
|  | clusters: | ||
|  | - cluster: | ||
|  |     server: https://__VIP_IP__:__VIP_API_PORT__ | ||
|  |     certificate-authority-data: __CA_CERT__  | ||
|  |   name: localconfig | ||
|  | contexts: | ||
|  | - context: | ||
|  |     cluster: localconfig | ||
|  |     namespace: kube-system | ||
|  |     user: admin | ||
|  |   name: localconfig | ||
|  | current-context: localconfig | ||
|  | kind: Config | ||
|  | preferences: {} | ||
|  | users: | ||
|  | - name: admin | ||
|  |   user: | ||
|  |     token: __ADM_TOKEN__ |