luxas / kubeadm-workshop

Showcasing a bare-metal multi-platform kubeadm setup with persistent storage and monitoring
MIT License
679 stars 190 forks source link

Reboot support planned ? #5

Closed rhuss closed 7 years ago

rhuss commented 7 years ago

Any thoughts how to solve the problem with rebooting a k8s cluster as stated in the "Known Issues section" (see #4) ? would be awesome if we could get this resolved as I expected that a pi cluster will be carried around a lot (e.g. to conferences ;-), so rebooting / restarting will happen quite often. Reinstalling the cluster afresh always before a demo is not really an option.

luxas commented 7 years ago

Reboot support planned for self-hosting in v1.7, but if you want that now, you have to go with non-selfhosting (and then currently no API aggregation)

I'll improve this as more of the API aggregation code is merged to master and kubeadm v1.6.x stabilizes

rhuss commented 7 years ago

Thanks for the info, will stick to non self-hosted mode for now. But will come back to it later, for sure :)

luxas commented 7 years ago

Now it's possible to use API aggregation in non-self hosted mode so you can do even cooler demos on your conferences ;)