Skip to content

Commit

Permalink
added new wait condition to setup-05-knative.sh
Browse files Browse the repository at this point in the history
Closes: #1167
Signed-off-by: Robert Guske <rguske@vmware.com>
  • Loading branch information
Robert Guske committed Feb 19, 2024
1 parent b893d32 commit 5f450ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/setup-05-knative.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RABBITMQ_CONFIG_TEMPLATE=/root/config/knative/templates/rabbit-template.yaml
RABBITMQ_CONFIG=/root/config/knative/rabbit.yaml
ytt --data-value-file bom=${VEBA_BOM_FILE} -f ${RABBITMQ_CONFIG_TEMPLATE} > ${RABBITMQ_CONFIG}
kubectl apply -f ${RABBITMQ_CONFIG}
kubectl wait --for=condition=ClusterAvailable rabbitmqcluster/veba-rabbit --timeout=${KUBECTL_WAIT} -n vmware-system
kubectl wait --for=condition=Ready broker/default --timeout=${KUBECTL_WAIT} -n vmware-functions

echo -e "\e[92mDeploying Sockeye ..." > /dev/console
Expand Down

0 comments on commit 5f450ca

Please sign in to comment.