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.
2 parents 1870993 + d890032 commit 0efc396Copy full SHA for 0efc396
data/data/bootstrap/files/usr/local/bin/bootkube.sh.template
@@ -354,6 +354,9 @@ then
354
if [ -f "$PWD/manifests/cloud-provider-config.yaml" ]; then
355
ADDITIONAL_FLAGS="${ADDITIONAL_FLAGS} --cloud-config-file=/assets/config-bootstrap/cloud-provider-config-generated.yaml"
356
fi
357
+ if [ -f "/opt/openshift/manifests/openshift-lbconfig-custom-dns.yaml" ]; then
358
+ ADDITIONAL_FLAGS="${ADDITIONAL_FLAGS} --cloud-lb-config-file=/assets/manifests/openshift-lb-config.yaml"
359
+ fi
360
361
# Dump out image reference file so MCO can consume multiple/additional image references
362
podman run --quiet --rm --net=none --entrypoint="cat" "${RELEASE_IMAGE_DIGEST}" "/release-manifests/image-references" > image-references
0 commit comments