kolla-ansible/releasenotes/notes/fix-zun_cni_daemon-mounts-9a7664896cfc7a9f.yaml
wuchunyang ccbdfaea5c Mount /run directory into zun_cni_daemon container
During zun_cni_daemon binds the port to container netns,
zun_cni_damon creates a new net namepsaces(cni-xxx),
Currently, the namespace is only present inside the
zun_cni_daemon container, if this container restart or
rerun, all zun capsules will lost network capability.

Closes-Bug: #1993551

Change-Id: I3642bbf1ad8e8f4744b215fb8deff25fd4ceae75
2022-10-19 22:56:29 +08:00

6 lines
112 B
YAML

---
fixes:
- |
Fix zun capsules lose the network namespaces after restarting
zun_cni_daemon container