-
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
quarry on k8s #31
quarry on k8s #31
Conversation
Bug: T349032
Bug: T349032
I don't have any experience with Ansible or Terraform, so wouldn't be of much help in reviewing this. |
No problem, I can deal with those bits fine. Though I could use some help in testing that everything seems to be working. In particular the error in https://phabricator.wikimedia.org/T349032 I propped up the web pod with a livenessProbe, but ideally it wouldn't be restarting a few times an hour. |
Increasing the number of workers seemed to remove the restarting issue. Perhaps something required there be multiple threads? That seems odd, but I guess fits with the symptoms.
|
https://quarry-test.wmcloud.org/ offers a running, and seemingly working, quarry on k8s. Which is running off of this PR.
I'm not sure if we want to include ansible or not. The original intention of it was to deploy volumes, though it would seem that we're not going to be able to deploy a ReadWriteMany volume that will function across nodes. So the utility of ansible is reduced in this case. Opinions on if it should be removed outright?