Skip to content
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

Test kubectl exec issue 357 #360

Closed

Conversation

AkihiroSuda
Copy link
Member

Reproduce issue 357

Signed-off-by: Akihiro Suda <[email protected]>
@@ -54,6 +54,9 @@ EOF
INFO "Waiting for 3 replicas to be ready"
kubectl rollout status --timeout=5m statefulset

INFO "Ensure that kubectl exec works"
for f in {0..2}; do kubectl exec "dnstest-${f}" -- hostname; done
Copy link
Member Author

Choose a reason for hiding this comment

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

@vsoch I can't repro the issue

Copy link
Contributor

Choose a reason for hiding this comment

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

I'll see if I can generate a test case - I was running an experiment today and didn't have the time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants