-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
oc cluster up: fix "No log available from 'origin' container" #17006
oc cluster up: fix "No log available from 'origin' container" #17006
Conversation
…showing the logs.
Test flake #16273 |
/lgtm thx! |
/test origin-ct |
@bparees PTAL. It's a bug, the fix is simple and this PR needs an LGTM to be merged. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, csrwng, php-coder The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue. |
/cherrypick stage |
@Kargakis: PR 17006 failed to apply on top of branch "stage": exit status 128 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cherrypick release-3.6 |
@Kargakis: PR 17006 failed to apply on top of branch "release-3.6": exit status 128 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
oc cluster up
fails on my machine and doesn't show the logs:I see the following error, when I'm running it with
--loglevel=8
:This PR fixes
Bad parameters: you must choose at least one stream
error by requesting stdout and stderr streams from Docker API.PTAL @csrwng
CC @simo5