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
29760745
Commit
29760745
authored
Dec 27, 2020
by
Nane Kratzke
Browse files
istio injection fix
parent
02ad39a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
29760745
...
@@ -40,7 +40,7 @@ hiphop:
...
@@ -40,7 +40,7 @@ hiphop:
script
:
script
:
-
kubectl apply -f deploy/tracing.yaml
-
kubectl apply -f deploy/tracing.yaml
-
NS=$(kubectl config view -o jsonpath="{..namespace}")
-
NS=$(kubectl config view -o jsonpath="{..namespace}")
-
kubectl label ns $NS istio-injection=enabled
-
kubectl label ns $NS istio-injection=enabled
--overwrite
-
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
...
@@ -61,5 +61,5 @@ shutdown:
...
@@ -61,5 +61,5 @@ shutdown:
-
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
-
kubectl label ns $NS istio-injection=disabled
--overwrite
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