Skip to content

Commit

Permalink
Merge pull request #4609 from marun/cleanup-etcd-render
Browse files Browse the repository at this point in the history
Cleanup argument usage in bootkube.sh for ceo
  • Loading branch information
openshift-merge-robot authored Feb 16, 2021
2 parents c6166d6 + b6f13bf commit c795698
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/data/bootstrap/files/usr/local/bin/bootkube.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,10 @@ then
--etcd-ca=/assets/tls/etcd-ca-bundle.crt \
--etcd-ca-key=/assets/tls/etcd-signer.key \
--manifest-etcd-image="${MACHINE_CONFIG_ETCD_IMAGE}" \
--manifest-cluster-etcd-operator-image="${CLUSTER_ETCD_OPERATOR_IMAGE}" \
--asset-input-dir=/assets/tls \
--asset-output-dir=/assets/etcd-bootstrap \
--config-output-file=/assets/etcd-bootstrap/config \
--cluster-config-file=/assets/manifests/cluster-network-02-config.yml
--network-config-file=/assets/manifests/cluster-network-02-config.yml

cp etcd-bootstrap/manifests/* manifests/
cp etcd-bootstrap/bootstrap-manifests/etcd-member-pod.yaml /etc/kubernetes/manifests/
Expand Down

0 comments on commit c795698

Please sign in to comment.