Files
ansible-k8s-pi-cluster/files/LFS258/SOLUTIONS/s_09/nettool.yaml

12 lines
163 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: ubuntu
spec:
containers:
- name: ubuntu
image: ubuntu:latest
command: [ "sleep" ]
args: [ "infinity" ]