-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Document how to view logs when using Minio #387
Comments
If you're using minio, you need to be able to resolve the minio |
Ah, got it. |
Probably a good idea. Let's use this issue for that. |
can you please send the steps you followed to resolve this issue? I am getting the same error. |
@skriss we might want to add a |
@ramv76 FWIW I was running on a single node Kubernetes cluster (minikube), so I'm not sure if the following will work for you, but what I did was -
This was a long time back, see if this works for you |
Hi, Thank you so much for the updates. Is this possible to configure backup locally in the server itself or like a dedicated backup server to store the backup? if yes, can you please shed some light in this? |
@ramv76 let's keep this issue for its original purpose, if you don't mind. Would you be able to join us on slack at https://kubernetes.slack.com/messages/ark-dr to continue discussing your question? |
Sure, Thank you so much Andy. |
@andy, can you please send me an invite for [email protected]. This will be great help for me. Thanks a lot and sorry for any inconvenience caused in this. |
@ramv76 you can go to http://slack.k8s.io and sign up |
I tried with these steps.
Here s3Url I changed to minio.heptio-ark-server.svc.cluster.local:9000, but same error was there. |
@ncdc I tried with |
Please try making the Minio service a NodePort service and set the s3Url to
http://$node:$nodePort
…On Fri, Oct 5, 2018 at 8:09 AM Sachin Arote ***@***.***> wrote:
@ncdc <https://github.com/ncdc> I tried with
s3Url: http://minio.heptio-ark.svc:9000 this also. same error was there.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#387 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAABYuz3lbDB3yd6RR47_HTqKa4U-Ifwks5uh0vdgaJpZM4Stq22>
.
|
@ncdc Thanks It worked. |
Closed by #1023 |
I was following the getting started guide, and all the ark related pods are up and running. I am also able to take the backups, but I'm unable to view the logs for the same.
The text was updated successfully, but these errors were encountered: