Add macvlantestpod
This commit is contained in:
parent
8134159824
commit
877860fc23
1 changed files with 11 additions and 0 deletions
11
cni/multus/pod-maclvlan.yaml
Normal file
11
cni/multus/pod-maclvlan.yaml
Normal 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
|
Loading…
Reference in a new issue