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

Removed timeout from "kubectl describe" call (one-line change) #821

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

panasenco
Copy link

Which issue is resolved by this Pull Request:
Resolves #810

In case of timeout waiting for a pod to come online, a kubectl describe command is called, but it erroneously has a "timeout" flag. Removed the timeout flag to prevent confusion.

Testing:
Tested that this resolved the secondary error for my use case. Did not run through the whole test suite though.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

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.

kubectl 1.25 describe has no --timeout flag, breaking kubeflow install
1 participant