Skip to content

Commit

Permalink
Cleanup argument usage in bootkube.sh for ceo
Browse files Browse the repository at this point in the history
 - `--manifest-cluster-etcd-operator` has been deprecated and is unused
 - `--cluster-config-file` has been replaced by `--network-config-file`
  • Loading branch information
marun committed Feb 3, 2021
1 parent c60d07e commit b6f13bf
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 @@ -82,11 +82,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 b6f13bf

Please sign in to comment.