Skip to content

Commit

Permalink
Update pod-level-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uditgaurav committed Aug 3, 2022
1 parent d09bced commit a2c5051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pod-level-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
- name: Installing Prerequisites (K3S Cluster)
run: |
curl -sfL https://get.k3s.io | sh -s - --docker --write-kubeconfig-mode 664
kubectl wait node --all --for condition=ready --timeout=90s
kubectl --kubeconfig /etc/rancher/k3s/k3s.yaml wait node --all --for condition=ready --timeout=90s
kubectl get nodes
- name: Litmus Infra Setup In Cluster-1
Expand Down

0 comments on commit a2c5051

Please sign in to comment.