Skip to content

Commit

Permalink
cluster/gce: update cloud-controller-manager to use go-runner
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
  • Loading branch information
andrewsykim committed Apr 26, 2023
1 parent 0d27d3c commit 96eaed9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cluster/gce/manifests/cloud-controller-manager.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
"cpu": "{{cpurequest}}"
}
},
"command": ["/cloud-controller-manager"],
"args": [
"--log-file=/var/log/cloud-controller-manager.log",
"--logtostderr=false",
"--also-stdout=false",
"--redirect-stderr=true",
"/cloud-controller-manager",
{{params}}
],
{{container_env}}
Expand Down

0 comments on commit 96eaed9

Please sign in to comment.