[COMAC-103] Allow SPGW-U to run a specific node by using nodeselector
Reason: SPGW-U and CDN use different SR-IOV: NetDevice and VFIO.
Unfortunately, both can't occupy same network interface port in the same
node. Thus, classify two types of nodes: (i) nodes for NetDevice and (ii)
nodes for VFIO. Then, deploy SPGW-U and CDN into the different type of
nodes.
To deploy them into the different type of machine, define nodeselector.
Please see COMAC-103 issues in Jira.
NOTE: WIP - To allow both NetDevice and VFIO to occupy the same port in the
same machine.
Change-Id: Idf8561127dedcb23c265c373db3c612fef342f37
diff --git a/mcord-release/mcord-services/values.yaml b/mcord-release/mcord-services/values.yaml
index 8008899..f2516d4 100644
--- a/mcord-release/mcord-services/values.yaml
+++ b/mcord-release/mcord-services/values.yaml
@@ -56,6 +56,8 @@
spgwu:
name: spgwu
+ nodeselector:
+ sriov: vfio
images:
tags:
init: ngick8stesting/c3po-init:latest