Release v2.3.0
Disaster recovery Core Module Release 2.3.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 its latest stable release along with adding support for Kubernetes release v1.28
.
Component Images 🚢
Component | Supported Version | Previous Version |
---|---|---|
velero |
v1.13.0 |
1.12.0 |
velero-plugin-for-aws |
v1.9.0 |
1.8.0 |
velero-plugin-for-microsoft-azure |
v1.9.0 |
1.8.0 |
velero-plugin-for-gcp |
v1.9.0 |
1.8.0 |
velero-plugin-for-csi |
v0.7.0 |
0.6.0 |
Please refer to the individual release notes to get a detailed information on each release.
Features 💥
- Update Velero to v1.13.0
- Update plugins
- Add support for Kubernetes v1.28.x
Update Guide 🦮
Process
To upgrade this module from v2.2.x to v2.3.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 -
- Replace the Velero Node Agent integration
kubectl delete daemonset -n kube-system node-agent
kustomize build katalog/velero/velero-node-agent | kubectl apply -f -