mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
test/e2e: fix topologu-updater cmdline args
The -kubelet-config-file flag got renamed to -kubelet-config-uri and the expected format changed from plain filepath to URI.
This commit is contained in:
parent
bbd383b302
commit
a32ed5ecb1
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ func nfdTopologyUpdaterPodSpec(kc KubeletConfig, image string, extraArgs []strin
|
|||
ImagePullPolicy: pullPolicy(),
|
||||
Command: []string{"nfd-topology-updater"},
|
||||
Args: append([]string{
|
||||
"--kubelet-config-file=/podresources/config.yaml",
|
||||
"--kubelet-config-uri=file:///podresources/config.yaml",
|
||||
"--podresources-socket=unix:///podresources/kubelet.sock",
|
||||
"--sleep-interval=3s",
|
||||
"--watch-namespace=rte",
|
||||
|
|
Loading…
Reference in a new issue