We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubernetes endpoint change unnecessary frequently because of unsorted endpoints
./cepctl --service-name kubernetes --kubeconfig=$KUBECONFIG --probe --periodSeconds=1
watch -n1 'kubectl get ep kubernetes -oyaml '
endpoints/kubernetes 10.49.40.158:6443,10.49.40.156:6443,10.49.40.157:6443 10m
one should see kubernetes endpoint changed frequently ( even no problem exist )
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
kubernetes endpoint change unnecessary frequently because of unsorted endpoints
re-produce
watch -n1 'kubectl get ep kubernetes -oyaml '
one should see kubernetes endpoint changed frequently ( even no problem exist )
The text was updated successfully, but these errors were encountered: