From 9644a6769298fe9898f6eddeae879764bb1925ad Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 11 Jan 2024 11:58:17 +0800 Subject: [PATCH] fix(frr): tmpfs --- kube/deploy/core/_networking/frr/app/hr.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kube/deploy/core/_networking/frr/app/hr.yaml b/kube/deploy/core/_networking/frr/app/hr.yaml index d76391ad..dd66f546 100644 --- a/kube/deploy/core/_networking/frr/app/hr.yaml +++ b/kube/deploy/core/_networking/frr/app/hr.yaml @@ -53,7 +53,11 @@ spec: type: emptyDir medium: Memory globalMounts: - - path: "/tmp" + - subPath: "tmp" + path: "/tmp" + readOnly: false + - subPath: "run" + path: "/var/run/frr" readOnly: false configMaps: config: