mirror of
				https://github.com/gravitl/netmaker.git
				synced 2025-11-01 00:49:04 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			249 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			249 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Pod
 | |
| metadata:
 | |
|   name: dnsutils
 | |
| spec:
 | |
|   containers:
 | |
|   - name: dnsutils
 | |
|     image: gcr.io/kubernetes-e2e-test-images/dnsutils:1.3
 | |
|     command:
 | |
|       - sleep
 | |
|       - "3600"
 | |
|     imagePullPolicy: IfNotPresent
 | |
|   restartPolicy: Always
 |