You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ velero schedule get
NAME STATUS CREATED SCHEDULE BACKUP TTL LAST BACKUP SELECTOR
velero-full-12h-all-ns-novols-bkp Enabled 2022-08-16 11:36:04 +0000 UTC 15 */12 * * * 168h0m0s n/a <none>
velero-full-24h-all-ns-bkp Enabled 2022-08-16 11:36:04 +0000 UTC 30 8 * * * 336h0m0s n/a <none>
velero-mysql-hourly-all-ns-bkp Enabled 2022-08-16 11:36:04 +0000 UTC 0 * * * * 72h0m0s 5m ago app=mysql
However if we remove one of these schedules from values.yaml and then reupgrade, they are not removed and the schedules are still active on the region which had previous values
What did you expect to happen:
If we remove one schedule from list of schedules in values.yaml, it will be also deleted (after next upgrade) from the server side as well.
Environment:
helm version (use helm version): v3.9.3
helm chart version and app version (use helm list -n <YOUR NAMESPACE>):
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
velero velero 1 2022-08-16 11:35:45.905097751 +0000 UTC deployed velero-2.31.0 1.9.0
Kubernetes version (use kubectl version): v1.24.2-gke.1900
Kubernetes installer & version: v1.24.2-gke.1900
Cloud provider or hardware configuration: GKE
OS (e.g. from /etc/os-release): containerd
The text was updated successfully, but these errors were encountered:
I'm facing this same issue, and I've noticed that changing the key "disabled" to true does not update the status of the Schedule from "Enabled" nor does it delete the schedule.
What steps did you take and what happened:
We specified schedules using values.yaml file:
This leads to:
However if we remove one of these schedules from values.yaml and then reupgrade, they are not removed and the schedules are still active on the region which had previous values
What did you expect to happen:
If we remove one schedule from list of schedules in values.yaml, it will be also deleted (after next upgrade) from the server side as well.
Environment:
helm version
): v3.9.3helm list -n <YOUR NAMESPACE>
):kubectl version
): v1.24.2-gke.1900/etc/os-release
): containerdThe text was updated successfully, but these errors were encountered: