From 0973d6613091c8ac51215ed48bfd7cef116d02d8 Mon Sep 17 00:00:00 2001 From: Yury Kylulin Date: Fri, 24 Jul 2020 16:13:57 +0000 Subject: Fix execution in the Kubernetes environment Due to the recent changes in the rapid scripts, Kubernetes environment need to be adjusted. Ready for test flag file for the runrapid script created during the container start. TUN device configuration added. Signed-off-by: Yury Kylulin Change-Id: I097aafbd1d1d102aa61b8b86842afcb2d6a51338 --- VNFs/DPPD-PROX/helper-scripts/rapid/pod-rapid.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/pod-rapid.yaml') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/pod-rapid.yaml b/VNFs/DPPD-PROX/helper-scripts/rapid/pod-rapid.yaml index 5ce09071..fed57db2 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/pod-rapid.yaml +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/pod-rapid.yaml @@ -11,7 +11,7 @@ spec: imagePullPolicy: Always securityContext: capabilities: - add: ["IPC_LOCK"] + add: ["IPC_LOCK", "NET_ADMIN"] volumeMounts: - mountPath: /dev/hugepages name: hugepages -- cgit 1.2.3-korg