Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
europdx
k8s
cbio-on-demand
API
Commits
d55c0ed5
Commit
d55c0ed5
authored
Aug 19, 2019
by
Ľuboslav Pivarč
Browse files
namespaced kuctl get pods
parent
7631a304
Pipeline
#22469
passed with stages
in 16 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d55c0ed5
...
...
@@ -11,14 +11,13 @@ stages:
.docker-login
:
&docker-login
before_script
:
-
echo -n $CI_REGISTRY_PASSWORD | docker login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
# - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
.kube-deploy
:
script
:
&kube-deploy
-
sed -i "s^__IMAGE__^${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHA}^" ./k8s/deployment.yml
-
sed -i "s^__NAMESPACE__^${NAMESPACE}^" ./k8s/deployment.yml ./k8s/service.yml
-
kubectl version
-
kubectl get pods -n
cbio-on-demand
-
kubectl get pods -n
${NAMESPACE}
-
kubectl apply -f ./k8s
-
kubectl rollout status -f ./k8s/deployment.yml
...
...
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