Upgrading Calyptia Enterprise
The primary way to upgrade Calyptia Enterprise for Fluent Bit is to use Helm. The following page gives additional details on commands and upgrade impact.
Helm commands
Upgrading the Helm Repo
helm repo update
Upgrading Calyptia Enterprise for Fluent Bit
Note: The following command assumes that this has been deployed under the calyptia namespace.
helm upgrade calyptia-core calyptia/core -n calyptia
Affect to running pipelines
Running pipelines will remain running throughout the upgrade process and in some cases will require a restart. In the case of a restart the default method used is a Rolling Restart, which will individually restart each replica of a pipeline one by one or in the case of a single replica, create a new replica prior to restarting.
Upgrade/Downgrade to an specific version
Calyptia Enterprise for Fluent Bit installation can be upgraded/downgraded to a specific version
with the following command:
helm upgrade calyptia-core calyptia/core --set project_token=xxxx --set name=<AGGREGATOR_NAME> --set image.tag=v0.1.14
Please note that upgrading in this way, will re-spawn the aggregator pods in
the cluster, but deployed pipelines shouldn't be affected.
Release cadence
Calyptia Enterprise for Fluent Bit has a release cadence every two months.
Updated 4 months ago