Add macvlantestpod

master
Nico Schottelius 8 months ago
parent 8134159824
commit 877860fc23

@ -0,0 +1,11 @@
apiVersion: v1
kind: Pod
metadata:
name: macvlantest
annotations:
k8s.v1.cni.cncf.io/networks: eth0mv
spec:
containers:
- name: samplepod
command: ["/bin/ash", "-c", "trap : TERM INT; sleep infinity & wait"]
image: alpine
Loading…
Cancel
Save