File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 23
23
fail-fast : false
24
24
matrix :
25
25
runtime : [docker, k8s]
26
- jaeger-version : [v1, v2]
26
+ jaeger-version : [v2]
27
27
28
28
steps :
29
29
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ if [[ "${runtime}" == "k8s" ]]; then
133
133
134
134
echo ' ::group:: run on Kubernetes'
135
135
echo ' ::group:: Loading images into Kind cluster'
136
-
136
+
137
137
# Check available Kind clusters
138
138
echo " Available Kind clusters:"
139
139
kind get clusters || echo " No clusters found"
@@ -168,6 +168,7 @@ if [[ "${runtime}" == "k8s" ]]; then
168
168
kubectl wait --for=condition=available --timeout=180s deployment/jaeger-hotrod
169
169
kubectl get deployments
170
170
kubectl describe deployments/jaeger
171
+ kubectl events | grep jaeger
171
172
kubectl wait --for=condition=available --timeout=180s deployment/jaeger
172
173
173
174
kubectl port-forward svc/jaeger-hotrod 8080:80 &
You can’t perform that action at this time.
0 commit comments