-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
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
scripts: Add testing of etcd in local image in release workflow. #15505
Conversation
I have added version checks and carried forward the review comments from before. Apologies for the git mess-up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a minor comment.
cc @ptabor @serathius @spzala to take a look.
Running detached container with server and running etcdctl put&get seems like overkill for bash. |
@serathius @ahrtr Thank you for your feedback. I have incoporated them and have updated the PR. Please review. |
Signed-off-by: Prasad Chandrasekaran <prasadc@vmware.com>
Signed-off-by: Prasad Chandrasekaran <prasadc@vmware.com>
Signed-off-by: Prasad Chandrasekaran <prasadc@vmware.com>
Signed-off-by: Prasad Chandrasekaran <prasadc@vmware.com>
@pchan could you backport this PR to both 3.5 and 3.4? thx |
Please see the previous PR #15350 for details.
Fixes: #15139
@ahrtr @chaochn47