Automation Suite- Failing to create cluster snapshot EKS post 23.10.1 to 23.10.5 upgrade
Issue description:
Automation Suite- Failing to create cluster snapshot EKS post 23.10.1 to 23.10.5 upgrade
Resolution:
Steps to Upgrade
- Download the Velero Helm Chart
- Navigate to the appropriate directory where you want to download the chart.
- Apply Configuration Changes and Upgrade
- Override the required field manually and upgrade the Velero deployment using the following command:
- helm upgrade velero ./velero -n velero --set credentials.useSecret=false --reuse-values
- The --set credentials.useSecret=false option specifies the desired configuration change.
- The --reuse-values flag ensures that all other values from the existing deployment are retained during the upgrade process.