Closed PassionateDeveloper86 closed 1 year ago
Could you check the logs of the init container? Why it stay in CrashBackoff
status?
I dont know how to access the data of the init container. I tried 'kubectl logs PODNAME --previous' but didnt get any details. How to access details of the init container?
Specify the init container name with -c
option
Hi,
here are all outputs I get:
rene [ ~ ]$ kubectl logs deployment/velero -n velero Defaulted container "velero" out of: velero, velero-plugin-for-microsoft-azure (init) Error from server (BadRequest): container "velero" in pod "velero-6f4449bdcd-z8hc5" is waiting to start: PodInitializing
rene [ ~ ]$ kubectl logs deployment/velero -n velero -c velero-plugin-for-microsoft-azure cp: can't create '/target/.': No such file or directory
Any news?
@PassionateDeveloper86 Seems you use a dev version of the helm chart rather than a released one and hit one known issue that has already been fixed.
Please use the release version of Velero helm chart.
@ywk253100 Sorry but im still very lost.
1) Which version should I use? 2) How to use not a dev version? As far as I can see, using the latest is / should not the dev. But if the latest is the dev, what is a version I should use and how to select it in terraform files (please provide a valid file that will work with azure) 3) Should I use the image settings or not? (if I use not, then there is the reported error, if I use, then there there is the second reported error)
Please provide your answer fast then 2 weeks this time!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@ywk253100 Sorry but im still very lost.
Which version should I use?
How to use not a dev version?
As far as I can see, using the latest is / should not the dev. But if the latest is the dev, what is a version I should use and how to select it in terraform files (please provide a valid file that will work with azure)
Should I use the image settings or not?
(if I use not, then there is the reported error, if I use, then there there is the second reported error)
Please provide your answer fast then 2 weeks this time!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing the stale issue.
Hi,
I have installed Velero yesterday manuel - which worked fine.
Now I try to automate it with terraform for each of our stages (using terragrunt here) and your helm chart:
I am very unsure what to set here-.
1) Whenever I set the image, it downloads the image within an init container but it never starts:
I tried it iwth 1.5.0 and 1.6.0 but no success.
2) When I start it without an image given, the service and deployment runs but gives following error: