Skip to content

Commit

Permalink
Merge pull request #337 from alauda/fix/api-server-log
Browse files Browse the repository at this point in the history
fix: use kubectl to avoid tls handshake error
  • Loading branch information
oilbeater authored May 11, 2020
2 parents 9e08459 + 23821d6 commit 9f2e718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/kube-ovn-controller-healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ OVN_NB_DAEMON=/var/run/ovn/ovn-nbctl.$(cat /var/run/openvswitch/ovn-nbctl.pid).c

nc -z -w3 127.0.0.1 10660

nc -z -w3 "$KUBERNETES_SERVICE_HOST" "$KUBERNETES_SERVICE_PORT"
kubectl version

0 comments on commit 9f2e718

Please sign in to comment.