Skip to content

Commit

Permalink
Cluster info dump
Browse files Browse the repository at this point in the history
  • Loading branch information
blaskoa committed Nov 13, 2023
1 parent 8d156ad commit aedbfb0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@ jobs:
kubectl apply -f lic-secret.yaml
- name: Install helm chart
run: |
kubectl get storageclass
kubectl get nodes
kubectl describe node
helm install -f ci-values.yaml smartface .
kubectl rollout status deployment sf-api --timeout=60s || true
kubectl describe deployment sf-api
kubectl describe statefulset smartface-rabbitmq
kubectl cluster-info dump > cluster-info.txt
- name: Archive cluster-info
uses: actions/upload-artifact@v3
with:
name: cluster-info
path: |
cluster-info.txt
- name: Test helm chart
run: |
helm test smartface

0 comments on commit aedbfb0

Please sign in to comment.