elotl / kip

Virtual-kubelet provider running pods in cloud instances
Apache License 2.0
223 stars 14 forks source link

Fix extra output from kubectl #155

Closed ldx closed 4 years ago

ldx commented 4 years ago

The kubectl wrapper will write some extra output if it can't find a kubectl client that matches the version from the API server, which will interfere with commands in init-cert that pipe its output into another command. I removed the line causing the extra output.

Other changes: