Skip to content

Commit c153c92

Browse files
authored
Merge pull request #330 from sunya-ch/update-ipvlanl2
chore: cherry-pick manifest and doc updates
2 parents 3642a6c + ffea489 commit c153c92

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

config/samples/multinicnetwork/ipvlanl2.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ metadata:
44
name: multinic-ipvlanl2
55
namespace: default
66
spec:
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"

health-check/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

health-check/sidecar/manifest.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
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:
@@ -70,6 +70,9 @@ spec:
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

0 commit comments

Comments
 (0)