Kimmo Lehto
Kimmo Lehto
A kubelet.conf should only appear on a worker once it has joined. After that, `k0s kc --kubeconfig /var/lib...../kubelet.conf get node` can be used to look at the ready status. Currently...
Needs some way to pass join token, the api address stuff comes from the token. With #327 it should be possible to install a worker without ever SSHing into a...
``` Flag --delete-local-data has been deprecated, This option is deprecated and will be deleted. Use --delete-emptydir-data. ```
There seems to be no `safe_load` equivalent for multi document yamls, such as `safe_load_stream`.
In a CLI app it would be kind of neat to have something like: `foo service list --format csv`. This would be super easy if tty-table had such renderers, just...