From 9cc51ad2b46ed63968ad2b211370b72370865215 Mon Sep 17 00:00:00 2001 From: Laszlo Kiraly Date: Thu, 14 Apr 2022 13:17:14 +0200 Subject: [PATCH] Fix ovs examples Remove cpu resource limit from forwarder app configuration Re-add ovs-forwarder tests to remote vlan examples Signed-off-by: Laszlo Kiraly --- apps/forwarder-ovs/forwarder.yaml | 1 - examples/remotevlan/README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/forwarder-ovs/forwarder.yaml b/apps/forwarder-ovs/forwarder.yaml index d00d8b963f3e..8e72b7c31300 100644 --- a/apps/forwarder-ovs/forwarder.yaml +++ b/apps/forwarder-ovs/forwarder.yaml @@ -57,7 +57,6 @@ spec: resources: limits: memory: 1Gi - cpu: 2 volumes: - name: spire-agent-socket hostPath: diff --git a/examples/remotevlan/README.md b/examples/remotevlan/README.md index db11a23b7514..26ce5c544cef 100644 --- a/examples/remotevlan/README.md +++ b/examples/remotevlan/README.md @@ -8,6 +8,7 @@ This setup can be used to check remote vlan mechanism with both OVS and VPP forw ## Includes +- [Remote VLAN mechanism using forwarder-ovs](./rvlanovs) - [Remote VLAN mechanism using forwarder-vpp](./rvlanvpp) ## Run