Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pump, Cedric
lab-tracing
Commits
02ad39a5
Commit
02ad39a5
authored
Dec 27, 2020
by
Nane Kratzke
Browse files
istio-injection enabled
parent
f3deb2ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
02ad39a5
...
@@ -39,6 +39,8 @@ hiphop:
...
@@ -39,6 +39,8 @@ hiphop:
image
:
$KUBECTL
image
:
$KUBECTL
script
:
script
:
-
kubectl apply -f deploy/tracing.yaml
-
kubectl apply -f deploy/tracing.yaml
-
NS=$(kubectl config view -o jsonpath="{..namespace}")
-
kubectl label ns $NS istio-injection=enabled
-
TIER=1 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f - ||
true
-
TIER=1 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f - ||
true
-
TIER=2 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f - ||
true
-
TIER=2 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f - ||
true
-
TIER=3 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f - ||
true
-
TIER=3 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f - ||
true
...
@@ -53,8 +55,11 @@ shutdown:
...
@@ -53,8 +55,11 @@ shutdown:
image
:
$KUBECTL
image
:
$KUBECTL
when
:
manual
when
:
manual
script
:
script
:
-
NS=$(kubectl config view -o jsonpath="{..namespace}")
-
TIER=1 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f -
-
TIER=1 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f -
-
TIER=2 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f -
-
TIER=2 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f -
-
TIER=3 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f -
-
TIER=3 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f -
-
TIER=4 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f -
-
TIER=4 mo deploy/hiphop-deploy+svc.yaml | kubectl delete -f -
-
kubectl delete -f deploy/tracing.yaml
-
kubectl delete -f deploy/tracing.yaml
-
kubectl label ns $NS istio-injection=disabled
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