Skip to content

Commit

Permalink
Merge pull request #138 from Huimintai/master
Browse files Browse the repository at this point in the history
mount containerd network namespace
  • Loading branch information
chenchun committed Jul 24, 2023
2 parents 3edab49 + a9015e5 commit 8f02940
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions yaml/galaxy.yaml
Expand Up @@ -103,6 +103,9 @@ spec:
volumeMounts:
- name: galaxy-run
mountPath: /var/run/galaxy/
- name: containerd-run
mountPath: /var/run/netns
mountPropagation: Bidirectional
- name: flannel-run
mountPath: /run/flannel
- name: galaxy-etc
Expand All @@ -126,6 +129,9 @@ spec:
- name: galaxy-run
hostPath:
path: /var/run/galaxy
- name: containerd-run
hostPath:
path: /var/run/netns
- name: flannel-run
hostPath:
path: /run/flannel
Expand Down

0 comments on commit 8f02940

Please sign in to comment.