Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Ignore kubectl error during multimaster test #305

Merged
merged 1 commit into from Sep 29, 2020
Merged

Conversation

bboreham
Copy link
Contributor

Fixes #237

We often get "etcdserver: leader changed" responses from kubectl, which can be ignored.
Rather than special write special code for that one error, just log and ignore all errors on 'kubectl get nodes'.

We often get "etcdserver: leader changed" responses from kubectl, which
can be ignored.
Rather than special write special code for that one error, just log and
ignore all errors on 'kubectl get nodes'.
Copy link
Contributor

@dinosk dinosk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@bboreham bboreham merged commit 38913d2 into master Sep 29, 2020
@bboreham bboreham deleted the mm-test-error branch September 29, 2020 13:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

etcdserver: leader changed during cluster creation causing test failures
2 participants