Skip to content

Commit

Permalink
debug: print kubectl debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Radim Hrazdil <[email protected]>
  • Loading branch information
Radim Hrazdil committed Sep 17, 2020
1 parent a22dfc9 commit 39105e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster/kubevirtci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ function kubevirtci::install() {
git checkout ${KUBEVIRTCI_VERSION}
)
fi
sed -i -e "s#kubectl --kubeconfig=/etc/kubernetes/admin.conf wait networkaddonsconfig cluster --for condition=Ready --timeout=800s#sleep 30 ; kubectl get pods --all-namespaces ; kubectl get networkaddonsconfig cluster -o yaml ; kubectl get events#" ${KUBEVIRTCI_PATH}/cluster-provision/k8s-multus/scripts/node01.sh
}



function kubevirtci::path() {
echo -n ${KUBEVIRTCI_PATH}
}
Expand Down

0 comments on commit 39105e5

Please sign in to comment.