Skip to content

Commit

Permalink
bootkube: pass the hyperkube image as main image
Browse files Browse the repository at this point in the history
In order to switch to using hyperkube, we have a little dance of rachets to move through.
This updates the existing flag name to match the temporary flag.  Step 3.
  • Loading branch information
deads2k committed Jun 21, 2019
1 parent abca2d1 commit 8c58a99
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -110,7 +110,7 @@ then
/usr/bin/cluster-kube-apiserver-operator render \
--manifest-etcd-serving-ca=etcd-ca-bundle.crt \
--manifest-etcd-server-urls={{.EtcdCluster}} \
--manifest-image=${OPENSHIFT_HYPERSHIFT_IMAGE} \
--manifest-image=${OPENSHIFT_HYPERKUBE_IMAGE} \
--new-image=${OPENSHIFT_HYPERKUBE_IMAGE} \
--asset-input-dir=/assets/tls \
--asset-output-dir=/assets/kube-apiserver-bootstrap \
Expand Down

0 comments on commit 8c58a99

Please sign in to comment.