-
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
Initial commit for auth and stages workflow #1003
Conversation
Fixes #992 |
@costrouc , how is this intended to work with remote state, or is further work still needed? We used to attempt to import terraform-state and create e.g. the S3 bucket and DynamoDB if it didn't already exist. Then the infrastructure parts would be able to use that remote state because we know it exists. In this PR as it stands, a fresh install with e.g.
will just fall down when attempting to create the 01-terraform-state stage with remote backend set to itself!
Also, Let me know if I can help! |
Hi @costrouc, I tested today on minikube, the deployment worked fine, and I also tested the lingering of pods just to be sure the timeout would occur. I noticed that running |
@costrouc I also tried deploying on Minikube from this branch but it failed in stage 04, with the error message shown below. Many of the resources that were recently created seemed to be getting destroyed.
If I try to rerun the command, I run into another issue.
|
Trying again on Digital Ocean today. You're probably aware @costrouc but:
Don't look into it in detail - I can try again when you say the time is right - but for what it's worth my deployment attempt failed here:
Looking on CloudFlare, the DNS did seem to be correct, although maybe it took too long to appear. |
@danlester I will make sure this feature works. I agree that it would be nice to have it such that you can completely remove the stages directory and be able to run a deployment.
With the work to remove cookiecutter this will no longer be required. There are currently 2 files that I am not sure for how we will remove it. |
@danlester state sync should now be implented |
This morning I was testing on AWS and I kept running into an error during the
Issue
|
qhub/template/{{ cookiecutter.repo_directory }}/stages/07-kubernetes-services/jupyterhub.tf
Outdated
Show resolved
Hide resolved
d080c97
to
61ce57e
Compare
Hi @costrouc, just deployed qhub now on minikube and all services seem to be working normally, but I do notice an issue with the conda-store/keycloak Oauth |
@viniciusdc change your default image for conda-store to be |
Known issues that we will need to open issues for:
|
Prior to #1003 there was the option `jupyterhub.overrides`. Here we are adding back this option and ensuring that there is documentation on the option.
Prior to #1003 there was the option `jupyterhub.overrides`. Here we are adding back this option and ensuring that there is documentation on the option.
Fixes | Closes | Resolves #
Changes:
Ranked from large to small
$TMPDIR/QHUB_KUBECONFIG
during deployment that can be used anytimeTypes 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.