Skip to content

Commit

Permalink
feat: diagnose check if dns/kubernetes svc exist
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Apr 9, 2020
1 parent 725f829 commit 5c5b9e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,8 @@ vsctl(){
diagnose(){
kubectl get crd subnets.kubeovn.io
kubectl get crd ips.kubeovn.io
kubectl get svc kube-dns -n kube-system
kubectl get svc kubernetes -n default
checkDaemonSet kube-proxy
checkDeployment ovn-central
Expand Down
2 changes: 2 additions & 0 deletions dist/images/kubectl-ko
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ vsctl(){
diagnose(){
kubectl get crd subnets.kubeovn.io
kubectl get crd ips.kubeovn.io
kubectl get svc kube-dns -n kube-system
kubectl get svc kubernetes -n default

checkDaemonSet kube-proxy
checkDeployment ovn-central
Expand Down

0 comments on commit 5c5b9e0

Please sign in to comment.