-
Notifications
You must be signed in to change notification settings - Fork 10
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
Branch v2.21.0 auto alloc zonca #24
Conversation
This reverts commit 0e297f4.
Networking error:
What is strange is that this was not happening when I had just the hardcoded network id. |
|
If I compare it to the auto allocated subnet, it seems fine:
@zacharygraber would you be able to help me out with this? Understand if it is not possible to use too much of your time on this. |
Oops--this may be my/our fault! I would be surprised if networking was working on any of your instances at all. We removed the external gateway on your router to delete the subnet you had before, but it looks like this left you with completely no route to the outside world: Go ahead and try again. I re-added the gateway with |
Good I asked ;) working now, thanks! |
currently the recipes deploys fine, I can then install kubernetes with ansible and deploy jupyterhub. Networking works fine. Now testing deleting the resources. |
ok, so now I have a similar problem trying to delete the resources. Terraform cannot delete the subnet
There are now 4 ports attached to the subnet.
It also seem some of them are created by Octavia. However I don't see in the Terraform recipe anything about load balancing, is Jetstream automatically deploying some load balancing resources? |
If I try to delete the port managed by Openstack I get:
|
this is different compared to zonca/jupyterhub-deploy-kubernetes-jetstream#62, there I was in a inconsistent state due to testing. Now instead I just ran my recipe cleanly, so I thought I could just easily delete the resources that Terraform created. These problems arose when I started trying to use the auto allocated network instead of having Terraform create a dedicated network just for Kubernetes, as suggested in jetstream-cloud/js2docs#46. |
superseeded by #25 |
No description provided.