Created
          July 10, 2020 22:57 
        
      - 
      
- 
        Save jsturtevant/f0808ac469697f36efb8cd66a5772082 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: test | |
| spec: | |
| containers: | |
| - name: test | |
| image: e2eteam/busybox:1.29 | |
| command: | |
| - sleep | |
| - "3600" | |
| restartPolicy: Always | |
| nodeSelector: | |
| "kubernetes.io/os": windows | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment