summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/helper-scripts/rapid/rapid.pods
diff options
context:
space:
mode:
authorYury Kylulin <yury.kylulin@intel.com>2021-02-11 16:58:39 +0300
committerYury Kylulin <yury.kylulin@intel.com>2021-02-11 17:04:36 +0300
commit849357bb9ca1d27993c9e96b93156ec69b3ac3a9 (patch)
tree16fc193c87fe5b1ec0554bd151be01e02815cd0d /VNFs/DPPD-PROX/helper-scripts/rapid/rapid.pods
parent4ada3cbcdb56c79abd0bb34eef5dede6c36fbe82 (diff)
Add support for native Kubernetes CPU Manager0.0.1
For Kubernetes environment core ids in the config and test files are relative and automatically remapped to the allowed cores allocated for container. There is no change to the baremetal or VM environment. Signed-off-by: Yury Kylulin <yury.kylulin@intel.com> Change-Id: I63e499723e8213de1b05d4175eb3eddc4492ccf5
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/rapid.pods')
-rw-r--r--VNFs/DPPD-PROX/helper-scripts/rapid/rapid.pods7
1 files changed, 1 insertions, 6 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid.pods b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid.pods
index f6908724..f5681397 100644
--- a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid.pods
+++ b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid.pods
@@ -15,7 +15,7 @@
##
[DEFAULT]
-total_number_of_pods=3
+total_number_of_pods=2
[POD1]
nodeSelector_hostname=k8s-node1
@@ -26,8 +26,3 @@ dp_subnet=24
nodeSelector_hostname=k8s-node2
dp_ip=192.168.30.12
dp_subnet=24
-
-[POD3]
-nodeSelector_hostname=k8s-node2
-dp_ip=192.168.30.13
-dp_subnet=24