Skip to content
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

culling doesn't work for me yet #44

Closed
AaronWatters opened this issue May 1, 2017 · 2 comments
Closed

culling doesn't work for me yet #44

AaronWatters opened this issue May 1, 2017 · 2 comments

Comments

@AaronWatters
Copy link

The culling mechanism is not culling servers for me.
I see this for "get pod":

cull-deployment-1750684654-bqlf1 0/1 CrashLoopBackOff 1104 3d

And in logs

kubectl --namespace=test logs cull-deployment-1750684654-bqlf1 Traceback (most recent call last): File "/srv/cull/cull_idle_servers.py", line 93, in <module> loop.run_sync(cull) File "/usr/local/lib/python3.6/site-packages/tornado/ioloop.py", line 457, in run_sync return future_cell[0].result() File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 237, in result raise_exc_info(self._exc_info) File "<string>", line 3, in raise_exc_info File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1021, in run yielded = self.gen.throw(*exc_info) File "/srv/cull/cull_idle_servers.py", line 42, in cull_idle resp = yield client.fetch(req) File "/usr/local/lib/python3.6/site-packages/tornado/gen.py", line 1015, in run value = future.result() File "/usr/local/lib/python3.6/site-packages/tornado/concurrent.py", line 237, in result raise_exc_info(self._exc_info) File "<string>", line 3, in raise_exc_info tornado.httpclient.HTTPError: HTTP 403: Forbidden

@yuvipanda
Copy link
Collaborator

I've fixed this in v0.2 of the chart, which I've just released. I'll upgrade the guide for it tomorrow!

@yuvipanda
Copy link
Collaborator

Should be fixed by #47.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants