Disaster recovery Core Module Release 2.4.0
Welcome to the latest release of the DR
module of Kubernetes Fury Distribution
maintained by team SIGHUP.
This latest release upgrades the components in the module to their latest stable release.
It also removes csi
plugin, because it's already merged into Velero itself.
Component Images 🚢
Component | Supported Version | Previous Version |
---|---|---|
velero |
v1.14.0 |
1.13.0 |
velero-plugin-for-aws |
v1.10.0 |
1.9.0 |
velero-plugin-for-microsoft-azure |
v1.10.0 |
1.9.0 |
velero-plugin-for-gcp |
v1.10.0 |
1.9.0 |
velero-plugin-for-csi |
Removed |
0.7.0 |
Please refer to the individual release notes to get a detailed information on each release.
Features 💥
- Update Velero to v1.14.0
- Update plugins
- Add flags
--client-qps
and--client-burst
to avoid the throttling errors. See here
Update Guide 🦮
Process
To upgrade this module from v2.3.x to v2.4.0, you need to download this new version and then:
- Upgrade Velero
# Upgrade CRDs
kubectl apply -f katalog/velero-base/crds.yaml
# Upgrade Velero
kustomize build katalog/velero/velero-aws | kubectl apply -f -
# Or
kustomize build katalog/velero/velero-gcp | kubectl apply -f -
# Or
kustomize build katalog/velero/velero-azure | kubectl apply -f -
# Or, if the cluster is on-premise remove the minio-setup job first
kubectl delete job -n kube-system minio-setup
kustomize build katalog/velero/velero-on-prem | kubectl apply -f -