File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
upup/models/cloudup/resources/addons/networking.cilium.io Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1439,6 +1439,11 @@ spec:
1439
1439
hostPath:
1440
1440
path: /var/run/cilium
1441
1441
type: DirectoryOrCreate
1442
+ # To exec into pod network namespaces
1443
+ - name: cilium-netns
1444
+ hostPath:
1445
+ path: /var/run/netns
1446
+ type: DirectoryOrCreate
1442
1447
# To keep state between restarts / upgrades for bpf maps
1443
1448
- name: bpf-maps
1444
1449
hostPath:
@@ -1464,6 +1469,9 @@ spec:
1464
1469
hostPath:
1465
1470
path: /etc/cni/net.d
1466
1471
type: DirectoryOrCreate
1472
+ - name: cilium-netns
1473
+ mountPath: /var/run/cilium/netns
1474
+ mountPropagation: HostToContainer
1467
1475
# To be able to load kernel modules
1468
1476
- name: lib-modules
1469
1477
hostPath:
You can’t perform that action at this time.
0 commit comments