Skip to content

Commit

Permalink
Enable CNI bandwidth plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Daichi Sakaue <[email protected]>
  • Loading branch information
yokaze committed Nov 15, 2024
1 parent b70b2ba commit f06f349
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
10 changes: 8 additions & 2 deletions etc/coil-pre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4487,14 +4487,20 @@ data:
},
{
"type": "cilium-cni"
},
{
"type": "bandwidth",
"capabilities": {
"bandwidth": true
}
}
]
}
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/name: coil
name: coil-config-tc2gh94mfh
name: coil-config-g2d28474kg
namespace: kube-system
---
apiVersion: v1
Expand Down Expand Up @@ -4700,7 +4706,7 @@ spec:
valueFrom:
configMapKeyRef:
key: cni_netconf
name: coil-config-tc2gh94mfh
name: coil-config-g2d28474kg
image: ghcr.io/cybozu-go/coil:2.7.2
name: coil-installer
securityContext:
Expand Down
10 changes: 8 additions & 2 deletions etc/coil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4487,14 +4487,20 @@ data:
},
{
"type": "cilium-cni"
},
{
"type": "bandwidth",
"capabilities": {
"bandwidth": true
}
}
]
}
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/name: coil
name: coil-config-tc2gh94mfh
name: coil-config-g2d28474kg
namespace: kube-system
---
apiVersion: v1
Expand Down Expand Up @@ -4697,7 +4703,7 @@ spec:
valueFrom:
configMapKeyRef:
key: cni_netconf
name: coil-config-tc2gh94mfh
name: coil-config-g2d28474kg
image: ghcr.io/cybozu-go/coil:2.7.2
name: coil-installer
securityContext:
Expand Down
6 changes: 6 additions & 0 deletions etc/netconf.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
},
{
"type": "cilium-cni"
},
{
"type": "bandwidth",
"capabilities": {
"bandwidth": true
}
}
]
}

0 comments on commit f06f349

Please sign in to comment.