Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

v1.3.3

Compare
Choose a tag to compare
@oz123 oz123 released this 07 Nov 10:16
· 23 commits to master since this release

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.