kubectl logs command does not appear to respect –limit-bytes option – CentOS
When i issue kubectl logs MY_POD_NAME --limit-bytes=1 command, the --limit-bytes option is ignored and i get all the pod's logs. My kubernetes version is 1.15.3 Trying to understand why that would be. When i issue the same command in GKE…