1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-14 20:56:42 +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:
Markus Lehtonen 2021-03-17 16:36:39 +02:00
parent b8a1426252
commit 8fee13aebc
2 changed files with 0 additions and 3 deletions

View file

@ -94,8 +94,6 @@ spec:
runAsNonRoot: true runAsNonRoot: true
command: command:
- "nfd-worker" - "nfd-worker"
args:
- "--sleep-interval=60s"
volumeMounts: volumeMounts:
- name: host-boot - name: host-boot
mountPath: "/host-boot" mountPath: "/host-boot"

View file

@ -35,7 +35,6 @@ spec:
command: command:
- "nfd-worker" - "nfd-worker"
args: args:
- "--sleep-interval=60s"
- "--server=nfd-master:8080" - "--server=nfd-master:8080"
## Enable TLS authentication (1/3) ## Enable TLS authentication (1/3)
## The example below assumes having a Secret named nfd-worker-cert with ## The example below assumes having a Secret named nfd-worker-cert with