-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add docs for deploying QHub to existing EKS cluster #944
Conversation
Hey folks, I've reviewed the new docs and they clarify a few things, but I'm personally still having trouble deploying to my org's existing server. A few things to keep in mind is that 1) I'm not great with the web and 2) really just getting started with distributed computing. I realize the Qhub docs can't explain everything, so if answering any (or all) of the questions below are outside of the scope of Qhub's docs, I would completely understand. That said, I'm left unsure about the following things:
Again, I'm basically starting from scratch here, so please take the questions mostly as things I'm asking myself to figure out and not as burden on the Qhub team. |
Hey @phobson, thanks for the reaching out. I'll see if I can answer some of these questions:
I hope that sheds a little light on some of these questions. We are definitely interested in ways we can improve our documentation, so if there are specific areas that are unclear or misleading, feel free to let me know or open an issue. Thanks again :) |
Thanks @iameskild. One last thing that I meant to ask above, but omitted is this: How externally exposed does the cluster need to be for the Cloudfare registration to work? My guess is that properly configuring the Thanks for the note about sticking to releases and the incoming |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@phobson Configuring the kubectl context is more about authenticating so you can interact with the kubernetes cluster via the CLI. The only ip that needs to be exposed is the I'm going to merge this PR which will close it, but that's certainly no indication that you can't ask further questions. If you have any other comments please feel free to open an issue |
Fixes | Closes | Resolves #942
Changes:
Add documentation on how to deploy QHub to an existing EKS cluster.
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that applyTesting
Requires testing
In case you checked yes, did you write tests?
Further comments (optional)
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered and more.