Skip to content

Commit

Permalink
data/data/bootstrap: add metrics flags
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
  • Loading branch information
hexfusion committed Mar 6, 2019
1 parent 88623e7 commit 2017293
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/data/bootstrap/files/usr/local/bin/bootkube.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ then
"${MACHINE_CONFIG_OPERATOR_IMAGE}" \
bootstrap \
--etcd-ca=/assets/tls/etcd-client-ca.crt \
--etcd-metrics-ca=/assets/tls/etcd-metrics-ca-bundle.crt \
--etcd-metrics-server-crt=/assets/tls/etcd-metrics-signer-server.crt \
--etcd-metrics-server-key=/assets/tls/etcd-metrics-signer-server.key \
--root-ca=/assets/tls/root-ca.crt \
--kube-ca=/assets/tls/kube-ca.crt \
--config-file=/assets/manifests/cluster-config.yaml \
Expand Down

0 comments on commit 2017293

Please sign in to comment.