Add macvlantestpod

This commit is contained in:
Nico Schottelius 2023-02-06 21:30:19 +01:00
parent 8134159824
commit 877860fc23
1 changed files with 11 additions and 0 deletions

View File

@ -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