-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error patching backup location's last-synced time. <backupStorageLocation.name> not found #237
Comments
Closing. fixed right after I posted this. |
@johnjbateman I have the exact same issue with the timeout, except I'm using EKS. Could you please tell me how you fixed this issue? |
Forgive me. I cannot find what I did to fix this. IIRC it was a bone-head mistake. For reference though, here is my end override.yaml: configuration:
provider: azure
backupStorageLocation:
name: azure
bucket: velero
volumeSnapshotLocation:
name: azure
config:
apiTimeout: 1m0s
credentials:
useSecret: true
name: velero-accesskey
extraSecretRef: azure-credentials
initContainers:
- name: velero-plugin-for-microsoft-azure
image: velero/velero-plugin-for-microsoft-azure:v1.2.0
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
schedules:
daily:
schedule: "0 0 * * *"
template:
includeClusterResources: false
includedNamespaces:
- '*'
includedResources:
- '*'
storageLocation: azure
snapshotVolumes: true
ttl: 720h0m0s |
…u#237) Signed-off-by: Gopi <[email protected]>
…u#237) Signed-off-by: Gopi <[email protected]> Signed-off-by: Torsten Walter <[email protected]>
What steps did you take and what happened:
Installed latest velero helm chart, deployed to AKS. Backup location status is Unknown. Errors in the pod logs.
What did you expect to happen:
Backup location is ready
The output of the following commands will help us better understand what's going on:
helm install:
trying to get the logs of the backup:
override.yaml:
velero pod logs:
Anything else you would like to add:
Followed #168, didn't help.
Environment:
helm version
):version.BuildInfo{Version:"v3.5.2", GitCommit:"167aac70832d3a384f65f9745335e9fb40169dc2", GitTreeState:"dirty", GoVersion:"go1.15.7"
helm list
):helm list -n <YOUR NAMESPACE>
): velero-2.15.0 1.5.3kubectl version
):Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.1", GitCommit:"c4d752765b3bbac2237bf87cf0b1c2e307844666", GitTreeState:"clean", BuildDate:"2020-12-18T12:09:25Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-16T20:43:08Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"linux/amd64"}
/etc/os-release
): Ubuntu 18.04.5 LTSThe text was updated successfully, but these errors were encountered: