You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Using kubectl logs -f bracket-test to see the logs. You will see:
{"foo":["bar"]}
+ echo '{"foo":["bar"]}' ```
**Versions (please complete the following information):**
- OS: Both macOS 11.5 and Windows 10
- K9s: v0.25.15
- K8s: v1.15.12 - v1.22.4
**Additional context**
The last version this still worked was v0.24.x
The text was updated successfully, but these errors were encountered:
maikelvl
changed the title
Pod logs containing brackets being emptied
Pod logs containing brackets not in k9s logs output
Dec 23, 2021
Describe the bug
Having a pod which logs brackets '[ ]' don't show up in the k9s logs output.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Using
kubectl logs -f bracket-test
to see the logs. You will see:The text was updated successfully, but these errors were encountered: