generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Deploy as daemonset - Remove tolerations (don't need it on control plane) - Run unprivileged (doesn't need it) - Use config file
- Loading branch information
Showing
3 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
kubernetes/apps/kube-system/generic-device-plugin/app/configs/config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
log-level: info | ||
domain: kernel.org | ||
devices: | ||
- name: tun | ||
groups: | ||
- count: 1000 | ||
paths: | ||
- path: /dev/net/tun |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters