k0sctl
k0sctl copied to clipboard
Have a way to disable compression for data transfers
k0sctl uses gzip compression when copying binaries and other files to to-be-provisioned machines. When having a fast network, but not-so-powerful machines (e.g. some edge/IoT devices), this takes longer than transferring the data without gzip, since the compression eats up 100% CPU time on the receiving side and becomes the bottleneck.
It would be convenient to have some means of disabling compression for those scenarios.
Sounds reasonable. Implementing is not a piece of cake, the gzip happens in the depths of rig's upload function.
Compression has been removed