Advertisement
andrejsstepanovs

k8s ubuntu pod testing

Dec 7th, 2020
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.22 KB | None | 0 0
  1. ---
  2. apiVersion: v1
  3. kind: Pod
  4. metadata:
  5.   name: ubuntu
  6. spec:
  7.   containers:
  8.     - name: ubuntu
  9.       image: ubuntu:latest
  10.       command: [ "/bin/bash", "-c", "--" ]
  11.       args: [ "while true; do sleep 30; done;" ]
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement