-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
generate kube -s: do not print entries with value {}
#11998
Comments
{}
{}
{}
{}
{}
{}
#12021 Should get rid of |
podman generate kube -s still prints:
|
Yup, not sure how we get rid of those. I believe we would need to filter those out. |
I wrote the last comment, because the ticket was closed. |
@rhatdan @dilyanpalauzov it's related to this issue in Go golang/go#22480 |
Sadly this has existed since 2015 or so. |
@boaz0 Do you think we can filter this out in our output? |
I think I have an idea. Mind assigning it to me? |
I run a container as described at https://mail.aegee.org/cgit/aegee-ldap/tree/readme.md#n13. Then I call
podman generate kube -s <ID>
:As these
{}
lines have no added value, they shall not be emitted.The text was updated successfully, but these errors were encountered: