Skip to content

Commit

Permalink
Fix verbosity flag in cluster autoscaler manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mwielgus committed Aug 17, 2016
1 parent df1abb4 commit 9c761f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 9c761f7

Please sign in to comment.