piotrpdev / kuby

Very simple CLI visualization of Kubernetes resources.
0 stars 1 forks source link

TextArea character limit broken? #6

Open piotrpdev opened 1 year ago

piotrpdev commented 1 year ago

Setting the textarea value to a really long string will cause some of it to be cut off, even if the char limit is set to 0 (no limit).

Have to clear the managedFields part of the pod status section because of this.