File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
config/samples/multinicnetwork Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,12 @@ metadata:
44 name : multinic-ipvlanl2
55 namespace : default
66spec :
7- subnet : " 172.31.49.0/24 "
7+ subnet : " "
88 ipam : |
9- { "type": "whereabouts" }
9+ { "type": "whereabouts", "range": "192.168.0.0/18" }
1010 multiNICIPAM : false
1111 plugin :
1212 cniVersion : " 0.3.0"
1313 type : ipvlan
1414 args :
1515 mode : l2
16- masterNets :
17- - " 172.31.32.0/20"
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ kubectl create ns multi-nic-cni-operator
2828 4.1. (optional) specify node (agent) selector
2929
3030 - Modify ` agentSelector` in ` ./checker/configmap.yaml`
31+ - Add the same selector for `.spec.template.spec.nodeSelector` in ` ./checker/deployment.yaml`
3132
3233 4.2. run deploy script
3334
Original file line number Diff line number Diff line change 5959 valueFrom :
6060 fieldRef :
6161 fieldPath : metadata.namespace
62- image : ghcr.io/foundation-model-stack/multi-nic-cni-health-check-sidecar:v1.0.3
62+ image : ghcr.io/foundation-model-stack/multi-nic-cni-health-check-sidecar:v1.0.5
6363 imagePullPolicy : Always
6464 name : health-check-agent
6565 ports :
7070 requests :
7171 cpu : 100m
7272 memory : 50Mi
73+ limits :
74+ cpu : 200m
75+ memory : 100Mi
7376 securityContext :
7477 privileged : true
7578 terminationMessagePath : /dev/termination-log
You can’t perform that action at this time.
0 commit comments