Skip to content

Commit

Permalink
debug7
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-catalina committed Jun 22, 2023
1 parent d585f58 commit bf127f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ jobs:
helm repo update
helm install cluster-registry cluster-registry/cluster-registry-client --namespace ${{ env.NAMESPACE }}
sleep 10
kubectl config set-context --current --namespace=${{ env.NAMESPACE }}
kubectl get pods
for pod in $(kubectl get pods --no-headers | awk '{print $1}'); do kubectl describe pod "$pod"; done
kubectl logs -n ${{ env.NAMESPACE }} -f deployments/cluster-registry-client
kubectl wait --for=condition=Ready pod -l app=cluster-registry-client
for pod in $(kubectl get pods --no-headers | awk '{print $1}'); do kubectl describe pod "$pod"; done
kubectl logs -n ${{ env.NAMESPACE }} -f deployments/cluster-registry-client

0 comments on commit bf127f5

Please sign in to comment.