-
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
No such host when restoring an ark backup #839
Comments
Hello @patrocinio - reading the blog post, it looks like the instructions ask to What is the output of Also, thanks for taking the time to spread the work about Ark! Let us know when the blog post is ready to be shared and we'll be sure to give it a mention in our office hours. |
@patrocinio I believe the issue is that your Our long-term approach for fixing this is to add a new configuration option for s3-compatible backup storage that allows you to specify the public DNS name to use when the In the mean time, you could try to switch the minio service to be a NodePort service, and update the |
@patrocinio I'm not sure what you're asking - could you please clarify? |
Hello @ncdc thanks for your quick response. Where do I specify the s3url information in the ark config? |
… On Thu, Sep 13, 2018 at 9:07 AM Edu Patrocinio ***@***.***> wrote:
Hello @ncdc <https://github.com/ncdc>
thanks for your quick response.
Where do I specify the s3url information in the ark config?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#839 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAABYnCXAs9dNFXLwq6MCFTDwpEsFL5Kks5uaoLLgaJpZM4WkWMJ>
.
|
Closed by #1023 |
What steps did you take and what happened:
[A clear and concise description of what the bug is, and what commands you ran.)
I created a Kubernetes environment in a Public Cloud provider, then I followed the instructions I am creating at https://medium.com/@epatro/using-ark-to-back-up-your-applications-deployed-to-ibm-cloud-private-4f2e2dc0ce91 to deploy a sample application (Redis) and restore it.
What did you expect to happen:
When I try to restore ark backup, I am getting the error below:
The output of the following commands will help us better understand what's going on:
(Pasting long output into a GitHub gist or other pastebin is fine.)
kubectl logs deployment/ark -n heptio-ark
ark backup describe <backupname>
orkubectl get backup/<backupname> -n heptio-ark -o yaml
ark backup logs <backupname>
ark restore describe <restorename>
orkubectl get restore/<restorename> -n heptio-ark -o yaml
ark restore logs <restorename>
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
172.16.0.11 is the IP of my iam-token-service:
Environment:
ark version
):kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: