Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sacha Brants
infra-azure-provisioning
Commits
5f7108a5
Commit
5f7108a5
authored
Nov 19, 2020
by
Hema Vishnu Pola [Microsoft]
Committed by
Kishore Battula
Nov 19, 2020
Browse files
Bug Fix: adding the rollout status of deployment for service status verification.
parent
3957395a
Changes
1
Hide whitespace changes
Inline
Side-by-side
devops/tasks/flux-service-wait.yml
View file @
5f7108a5
...
...
@@ -67,3 +67,7 @@ steps:
echo "Checking Deployment $SERVICE_NAME Available"
echo "----------------------------------------"
kubectl wait --for=condition=available --timeout=600s deployment/$SERVICE_NAME -n osdu
echo "Checking for deployment $SERVICE_NAME READY!!"
echo "----------------------------------------"
kubectl rollout status deployment.v1.apps/$SERVICE_NAME -n osdu --timeout=900s
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment