You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace kubectl usage with embedded k0s kubectl (#127)
* Replace installed kubectl usage with k0s embedded kubectl usage
Signed-off-by: Jussi Nummelin <[email protected]>
* Use sudo with install when creating the upload target dir
Signed-off-by: Jussi Nummelin <[email protected]>
* Add note to bump up rig version
Signed-off-by: Jussi Nummelin <[email protected]>
* I see dead code
Signed-off-by: Jussi Nummelin <[email protected]>
* Move k0s upload/download phases up so we get proper support for embedded kubectl command for upgrade case
Signed-off-by: Jussi Nummelin <[email protected]>
* Bump rig to 0.3.17 to get fixes for file uploads
Signed-off-by: Jussi Nummelin <[email protected]>
err=h.Exec(`sudo test -e /etc/apt/sources.list.d/kubernetes.list || (echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee -a /etc/apt/sources.list.d/kubernetes.list)`)
0 commit comments