We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c202355 commit d890032Copy full SHA for d890032
data/data/bootstrap/files/usr/local/bin/bootkube.sh.template
@@ -332,6 +332,9 @@ then
332
if [ -f "$PWD/manifests/cloud-provider-config.yaml" ]; then
333
ADDITIONAL_FLAGS="${ADDITIONAL_FLAGS} --cloud-config-file=/assets/config-bootstrap/cloud-provider-config-generated.yaml"
334
fi
335
+ if [ -f "/opt/openshift/manifests/openshift-lbconfig-custom-dns.yaml" ]; then
336
+ ADDITIONAL_FLAGS="${ADDITIONAL_FLAGS} --cloud-lb-config-file=/assets/manifests/openshift-lb-config.yaml"
337
+ fi
338
339
# Dump out image reference file so MCO can consume multiple/additional image references
340
podman run --quiet --rm --net=none --entrypoint="cat" "${RELEASE_IMAGE_DIGEST}" "/release-manifests/image-references" > image-references
0 commit comments