Skip to content

Commit

Permalink
Merge pull request #9 from BetaCat0/fix-missing-volume
Browse files Browse the repository at this point in the history
fix: missing volume config in terway.yml
  • Loading branch information
BSWANG authored Mar 25, 2019
2 parents 5941f95 + 54f8277 commit 4de1a32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ spec:
name: lib-modules
- mountPath: /var/lib/cni/networks
name: cni-networks
- mountPath: /var/lib/cni/terway
name: cni-terway
- mountPath: /var/lib/kubelet/device-plugins
name: device-plugin-path
- name: policy
Expand Down Expand Up @@ -202,6 +204,9 @@ spec:
- name: cni-networks
hostPath:
path: /var/lib/cni/networks
- name: cni-terway
hostPath:
path: /var/lib/cni/terway
- name: device-plugin-path
hostPath:
path: /var/lib/kubelet/device-plugins
Expand Down

0 comments on commit 4de1a32

Please sign in to comment.