mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #30748 from mwielgus/v-fix
Automatic merge from submit-queue Fix verbosity flag in cluster autoscaler manifest cc: @piosz
This commit is contained in:
commit
68327f76bf
@ -29,7 +29,7 @@
|
||||
"command": [
|
||||
"/bin/sh",
|
||||
"-c",
|
||||
"./cluster-autoscaler --kubernetes=http://127.0.0.1:8080?inClusterConfig=f -v=4 {{params}} 1>>/var/log/cluster-autoscaler.log 2>&1"
|
||||
"./cluster-autoscaler --kubernetes=http://127.0.0.1:8080?inClusterConfig=f --v=4 {{params}} 1>>/var/log/cluster-autoscaler.log 2>&1"
|
||||
],
|
||||
"resources": {
|
||||
"limits": {
|
||||
|
Loading…
Reference in New Issue
Block a user