We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c338c commit 1a13116Copy full SHA for 1a13116
.github/workflows/scsctl_test.yml
@@ -43,11 +43,13 @@ jobs:
43
44
export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=pyroscope,app.kubernetes.io/instance=pyroscope" -o jsonpath="{.items[0].metadata.name}")
45
export CONTAINER_PORT=$(kubectl get pod --namespace default $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}")
46
+
47
+ sleep 30
48
49
kubectl --namespace default port-forward $POD_NAME 8080:$CONTAINER_PORT
50
51
kubectl get pods
52
- sleep 30
53
54
curl http://localhost:8080
55
0 commit comments