Add macvlantestpod
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…
Reference in New Issue