mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-13 20:30:03 +00:00
Remove --sleep-interval flag from worker deployment templates
We don't want that as it makes dynamic configuration of the sleep-interval via the config file impossible. It was set to the internal default value, anyway.
This commit is contained in:
parent
b8a1426252
commit
8fee13aebc
2 changed files with 0 additions and 3 deletions
|
@ -94,8 +94,6 @@ spec:
|
|||
runAsNonRoot: true
|
||||
command:
|
||||
- "nfd-worker"
|
||||
args:
|
||||
- "--sleep-interval=60s"
|
||||
volumeMounts:
|
||||
- name: host-boot
|
||||
mountPath: "/host-boot"
|
||||
|
|
|
@ -35,7 +35,6 @@ spec:
|
|||
command:
|
||||
- "nfd-worker"
|
||||
args:
|
||||
- "--sleep-interval=60s"
|
||||
- "--server=nfd-master:8080"
|
||||
## Enable TLS authentication (1/3)
|
||||
## The example below assumes having a Secret named nfd-worker-cert with
|
||||
|
|
Loading…
Add table
Reference in a new issue