aboutsummaryrefslogtreecommitdiffstats
path: root/example/ovn4nfv-deployment-with-multus-annotation-sandbox.yaml
diff options
context:
space:
mode:
authorKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-10-06 13:19:40 -0700
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-10-06 18:42:18 -0700
commit9fbc8db799177e67c6100152ba706c8e934bb73e (patch)
tree99125739c59762f864a6fb452898d54301719dda /example/ovn4nfv-deployment-with-multus-annotation-sandbox.yaml
parente079d27a3ffd9a324ed61ceb1d9200c8a4ccfa7f (diff)
fixing interface names for the cni-proxy related cni plugins
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> Change-Id: I136c26213840881087ac18bac0778046807632ac
Diffstat (limited to 'example/ovn4nfv-deployment-with-multus-annotation-sandbox.yaml')
-rw-r--r--example/ovn4nfv-deployment-with-multus-annotation-sandbox.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/example/ovn4nfv-deployment-with-multus-annotation-sandbox.yaml b/example/ovn4nfv-deployment-with-multus-annotation-sandbox.yaml
new file mode 100644
index 0000000..3d5277e
--- /dev/null
+++ b/example/ovn4nfv-deployment-with-multus-annotation-sandbox.yaml
@@ -0,0 +1,24 @@
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+ name: ovn4nfv-deployment-with-multus-annotation-sandbox
+ labels:
+ app: ovn4nfv-with-multus-annotation-sandbox
+spec:
+ replicas: 1
+ selector:
+ matchLabels:
+ app: ovn4nfv-with-multus-annotation-sandbox
+ template:
+ metadata:
+ labels:
+ app: ovn4nfv-with-multus-annotation-sandbox
+ annotations:
+ k8s.v1.cni.cncf.io/networks: ovn4nfv-k8s-plugin
+ spec:
+ containers:
+ - name: ovn4nfv-deployment-with-multus-annotation-sandbox
+ image: "busybox"
+ command: ["top"]
+ stdin: true
+ tty: true