This repository was archived by the owner on Jun 28, 2022. It is now read-only.
v1.3.3
Changes for version 1.3.3
- Enable external cloud provider for openstack
- Bump kubernetes version to 1.14.X
- Batch update the loadbalancer
- Multiple bug fixes for bootstrap scripts
This version brings new kubernetes features and enables the external cloud
provider. Volumes in Openstack are still provisioned with the internal cloud
provider due to stability issues with the Cinder CSI plugin.
The migration to the external cloud provider required changes in the bootstrap
scripts. These changes brought some improvements and removal of more shell
code in favor of kubeadm features.
Finally, updates to the Python code, brought faster configuration of the API
loadbalancer via batch configuration. Earlier versions of koris, updated the
loadbalancer multiple times, which caused multiple wait times between
each update.