You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I toss this issue out before I go to bed, got any suggestions I'm happy to hear about them. I'll spend more time figuring things out later.
I just attempted to update to a more recent release of this repo, but got the following error.
Error: UPGRADE FAILED: no ServiceAccount with the name "pod-culler" found
It makes little sense to me, I can see the rbac.yaml definition within pod-culler template directory. I think my deployment is conditioned out by my cull.maxAge being 0.
cull.maxAge: 0, but the conditional {{ if and .Values.cull.enabled .Values.cull.maxAge }} seem to be evaluated to true (ping @choldgraf --- something of relevance? I recall you had issues with the culler.)
I had to delete a serviceaccount before it could be recreated again to get rid of the "ServiceAccount not found" trouble.
Gaaaah whats going on with the "no .... of the name .... found" ?!?!??!!? I figure I need to cleanup helms release number history or similar...
I toss this issue out before I go to bed, got any suggestions I'm happy to hear about them. I'll spend more time figuring things out later.
I just attempted to update to a more recent release of this repo, but got the following error.
Error: UPGRADE FAILED: no ServiceAccount with the name "pod-culler" found
It makes little sense to me, I can see the rbac.yaml definition within pod-culler template directory. I think my deployment is conditioned out by my
cull.maxAge
being 0.zero-to-jupyterhub-k8s/jupyterhub/templates/pod-culler/deployment.yaml
Lines 1 to 5 in d7d7a58
zero-to-jupyterhub-k8s/jupyterhub/templates/pod-culler/rbac.yaml
Lines 1 to 5 in d7d7a58
The text was updated successfully, but these errors were encountered: