Skip to content

Commit

Permalink
Drop unused --in-cluster flag.
Browse files Browse the repository at this point in the history
As of kubernetes/kube-state-metrics#371, the
`--in-cluster` flag is unsupported. Passing this flag now causes
`kube-state-metrics` to error.
  • Loading branch information
jmcarp committed Apr 15, 2018
1 parent b18f74e commit e0abf6d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ case $1 in
<% if_p('kube_state_metrics_exporter.collectors') do |collectors| %> \
--collectors="<%= collectors %>" \
<% end %> \
--in-cluster=false \
--kubeconfig="/var/vcap/jobs/kube_state_metrics_exporter/config/kubeconfig" \
<% if_p('kube_state_metrics_exporter.log_backtrace_at') do |log_backtrace_at| %> \
--log_backtrace_at="<%= log_backtrace_at %>" \
Expand Down

0 comments on commit e0abf6d

Please sign in to comment.