Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
k8s-sandbox
Commits
48ddb7ad
Commit
48ddb7ad
authored
May 27, 2022
by
Tigran Mkrtchyan
☕
Browse files
deploy: wait doe dcache pod to be created
parent
0c3ad943
Pipeline
#29053
passed with stages
in 4 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
48ddb7ad
...
...
@@ -39,6 +39,7 @@ deploy:
-
kubectl apply -f deployments/postgresql-service.yml
-
kubectl apply -f deployments/zookeeper.yml
-
kubectl apply -f deployments/dcache-service.yml
-
while ! kubectl get pod -l app=dcache-door; do sleep 1; done
-
kubectl wait $CHECK_TIMEOUT --for=condition=Ready pod -l app=dcache-door
environment
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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