-
Notifications
You must be signed in to change notification settings - Fork 32
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
[WIP] bring back AWS hubs #467
Conversation
Thanks, @scottyhq! I've mixed feelings about running without tiller.
The bigger security issues IMO are:
IMO our time is better spent on these than removing tiller before helm 3. |
Fair points! We're definitely willing to wait on this. The issue I think is people not following the documentation exactly (...which can't be avoided ;), or potentially following different cluster-setup instructions leading to precarious situations (jupyterhub/zero-to-jupyterhub-k8s#616 (comment)). For what it's worth I found it quite easy to remove tiller and sill work with helm2 locally with these steps:
Agreed. And always grateful for your thoughts on this @yuvipanda! We're finding it hard to stay on top of Kubernetes and always appreciate ideas and contributions from anyone out there for improved configurations. |
44701d5
to
cb66b09
Compare
@tjcrone @jhamman - I'd really like to merge this into staging now that we are using helm 3 (#543)! I was going to change the deployment folder from
I'd love to get dynamic IP whitelisting configured for hubploy (berkeley-dsep-infra/hubploy#39), but for now will enable public access to test that this works. |
This PR removes the |
Looks good. Let's try it! |
Regarding the name change, since we use a separate nfs server for user home directories, we have had no problems doing delete --purge on helm deployments, both staging and prod, when necessary. Your mileage may vary and you should be careful with deletes because they can be destructive with some configurations. But if you think it will work, this could be a way to rename things and if it doesn't ruin everything, it will probably work great. :-) |
Also, I think you are good to merge this when you are ready. |
@jhamman - take a look.
@yuvipanda i've removed tiller from the cluster, so this might require some changes to hubploy to get the
helm tiller startci
bit to work. see https://github.com/rimusz/helm-tiller.