Skip to content

Commit

Permalink
Merge pull request kubernetes#30748 from mwielgus/v-fix
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Fix verbosity flag in cluster autoscaler manifest

cc: @piosz
  • Loading branch information
Kubernetes Submit Queue authored Aug 17, 2016
2 parents 18aa761 + 9c761f7 commit 68327f7
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 68327f7

Please sign in to comment.