mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-22 01:31:40 +08:00
Merge pull request #597 from ybettan/helm-wait
ci: using --wait helm install flag instead of waiting manually
This commit is contained in:
commit
cf5036bc31
8
.github/workflows/e2e-k3s.yaml
vendored
8
.github/workflows/e2e-k3s.yaml
vendored
@ -81,21 +81,15 @@ jobs:
|
||||
run: |
|
||||
helm dependency update deploy/kubernetes/platform
|
||||
helm install signoz deploy/kubernetes/platform/ -n platform --create-namespace \
|
||||
--wait --timeout 10m0s \
|
||||
--set cloud=null \
|
||||
--set frontend.service.type=LoadBalancer \
|
||||
--set frontend.image.tag=$TAG \
|
||||
--set query-service.image.tag=$TAG
|
||||
kubectl describe deploy/signoz-frontend -n platform | grep Image
|
||||
kubectl describe statefulset/signoz-query-service -n platform | grep Image
|
||||
# comment the next 3 lines if you open an SSH connection for debugging
|
||||
kubectl -n platform get deploy --output name | xargs -r -n1 -t kubectl -n platform rollout status --timeout=300s
|
||||
kubectl -n platform get statefulset --output name | xargs -r -n1 -t kubectl -n platform rollout status --timeout=300s
|
||||
kubectl -n platform get daemonset --output name | xargs -r -n1 -t kubectl -n platform rollout status --timeout=300s
|
||||
kubectl get pods -n platform
|
||||
kubectl get svc -n platform
|
||||
# Uncomment for debugging using SSH
|
||||
#- name: Setup upterm session
|
||||
# uses: lhotari/action-upterm@v1
|
||||
- name: Kick off a sample-app workload
|
||||
run: |
|
||||
kubectl create ns sample-application
|
||||
|
Loading…
x
Reference in New Issue
Block a user