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

Show init containers logs #61

Closed
lduparc opened this issue Aug 29, 2019 · 6 comments
Closed

Show init containers logs #61

lduparc opened this issue Aug 29, 2019 · 6 comments

Comments

@lduparc
Copy link

lduparc commented Aug 29, 2019

It will be apppreciate to be able to see initContainers logs.

Moreover, gettings logs on CrashloopBackOff should be interesting

@dolphyvn
Copy link

Interested to have those features too.

@astefanutti astefanutti changed the title Show initContainer loogs Show init container logs Aug 29, 2019
@astefanutti astefanutti changed the title Show init container logs Show init containers logs Aug 29, 2019
@astefanutti
Copy link
Owner

Moreover, gettings logs on CrashloopBackOff should be interesting

It is supposed to be supported since version 0.6.0 with 2b07db8. If it turns out it does not work for you with 0.6.0, could you please report a separate issue?

@lduparc
Copy link
Author

lduparc commented Aug 30, 2019

Sorry CrashLoopBackOff is working with 0.6.0 version. I have updated first comment.

But InitContainers will be an interesting feature.

@astefanutti
Copy link
Owner

Thanks for the feedback. For the init containers log, it should only a matter of iterating over the initContainers array, as it is already done for the containers array. We'll add that enhancement for the next release.

@astefanutti
Copy link
Owner

This should be fixed with 2260089. Thanks for your patience.

@astefanutti
Copy link
Owner

There is a follow-up commit e8afdfb, that enables to view init container logs even if the pod itself is still in initialising phase. It'll be available in the next release.

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

No branches or pull requests

3 participants