Open
Description
Describe the solution you'd like
Instead of depending on an alpha kubeadm feature that is at best staying unchanged in the alpha phase forever and at worst getting deleted (likely), we should get ahead of this curve and replace that feature with kubectl config commands.
I think it will be something like
- create kubeconfig with kubeadm
- set it as the active kubeconfig
- modify the config with the correct server & user
Anything else you would like to add:
Activity