Skip to content

Commit

Permalink
feat(cni): everouter-controller use hostnetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
qingwusunny committed Mar 9, 2023
1 parent 410c9d2 commit 2876b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/chart/templates/controller/controller.yaml
Expand Up @@ -22,6 +22,7 @@ spec:
app: everoute
component: everoute-controller
spec:
hostNetwork: true
nodeSelector:
kubernetes.io/os: linux
tolerations:
Expand Down
1 change: 1 addition & 0 deletions deploy/everoute.yaml
Expand Up @@ -2411,6 +2411,7 @@ spec:
app: everoute
component: everoute-controller
spec:
hostNetwork: true
nodeSelector:
kubernetes.io/os: linux
tolerations:
Expand Down

0 comments on commit 2876b59

Please sign in to comment.