Skip to content

Commit

Permalink
fix: rt_tables -> rt-tables in daemonset examples
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Mar 30, 2024
1 parent 7092060 commit 1db3438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions daemonset/kubeadm-kuberouter-all-features-dsr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
- name: run
mountPath: /var/run/docker.sock
readOnly: true
- name: rt_tables
- name: rt-tables
mountPath: /etc/iproute2/rt_tables
readOnly: false
- name: xtables-lock
Expand Down Expand Up @@ -143,7 +143,7 @@ spec:
- name: run
hostPath:
path: /var/run/docker.sock
- name: rt_tables
- name: rt-tables
hostPath:
path: /etc/iproute2/rt_tables
- name: kube-router-cfg
Expand Down
4 changes: 2 additions & 2 deletions docs/dsr.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
- name: run
hostPath:
path: /var/run/docker.sock
- name: rt_tables
- name: rt-tables
hostPath:
path: /etc/iproute2/rt_tables
...
Expand All @@ -102,7 +102,7 @@ spec:
- name: run
mountPath: /var/run/docker.sock
readOnly: true
- name: rt_tables
- name: rt-tables
mountPath: /etc/iproute2/rt_tables
readOnly: false
...
Expand Down

0 comments on commit 1db3438

Please sign in to comment.