Velero restore is missing doublequotes for the Namespace in annotations #7065
Replies: 1 comment
-
Its my terminal issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed velero in EKS 1.24
velero install
--provider aws
--plugins velero/velero-plugin-for-aws:v1.7.0
--bucket velero-eks-globale
--backup-location-config region=us-east-1
--snapshot-location-config region=us-east-1
--secret-file /.credentials
we noticed the HPA of the microservices double quotes are missing in the restore and prometheous query is failing for unbalanced quotes
here is the example of EKS 1.24 HPA of microservice
velero backup create globale-aww-perf --include-namespaces aww-perf
EKS 128 velero restore create --from-backup globale-aww-perf
Beta Was this translation helpful? Give feedback.
All reactions