Skip to content

Commit

Permalink
diagnose: show nb/sb/node info
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Sep 23, 2020
1 parent 621f094 commit e7a88c1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/images/install-pre-1.16.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1533,6 +1533,10 @@ diagnose(){
kubectl get svc kube-dns -n kube-system
kubectl get svc kubernetes -n default
kubectl get no -o wide
kubectl ko nbctl show
kubectl ko sbctl show
checkDaemonSet kube-proxy
checkDeployment ovn-central
checkDeployment kube-ovn-controller
Expand Down
4 changes: 4 additions & 0 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1650,6 +1650,10 @@ diagnose(){
kubectl get svc kube-dns -n kube-system
kubectl get svc kubernetes -n default
kubectl get no -o wide
kubectl ko nbctl show
kubectl ko sbctl show
checkDaemonSet kube-proxy
checkDeployment ovn-central
checkDeployment kube-ovn-controller
Expand Down
4 changes: 4 additions & 0 deletions dist/images/kubectl-ko
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ diagnose(){
kubectl get svc kube-dns -n kube-system
kubectl get svc kubernetes -n default

kubectl get no -o wide
kubectl ko nbctl show
kubectl ko sbctl show

checkDaemonSet kube-proxy
checkDeployment ovn-central
checkDeployment kube-ovn-controller
Expand Down

0 comments on commit e7a88c1

Please sign in to comment.