-
Notifications
You must be signed in to change notification settings - Fork 508
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
Errors in pod logs on startup - failed to list deployments #118
Comments
Hi, @jeblackmore, Kindly share you helm manifest. |
Hi. I haven't created a Helm manifest, I am just doing:
on the command line. |
@jeblackmore Kindly share your deployment manifest. |
Do you mean the output of
? |
no, I want the manifest of one of your deployments in which you added the reloader specific annotations. |
|
With the corresponding ConfigMap:
|
I assumed that the error messages in the Pod log indicated that something isn't configured correctly with Reloader rather than with my deployments. Does Reloader just output those errors if it doesn't find any annotated deployments? |
@jeblackmore the errors show that it is not able to find the deployments in your cluster. I will try to replicate the scenario to find out the exact issue. what is the version of your k8s cluster? |
Thanks. Its v1.16.2 |
Hi. Any luck reproducing it? |
@aliartiza75 can you plz take a look? |
@jeblackmore. What is the helm version you are currently using? |
@jeblackmore The upstream stable helm chart repo is not updated to the latest version and it doesn't support kubernetes 1.16.x. You need to install reloader from our chart repository by running the following(Make sure that you have uninstalled the previous version): helm repo add stakater https://stakater.github.io/stakater-charts
helm repo update
helm install stakater/reloader Closing it for now. Feel free to re-open if you still see the issue in the latest version |
Many thanks @waseem-h, that fixes it for me. |
I installed the stable release with default settings on a Kubernetes cluster using Helm. Annotated my Deployments as per the instructions but I'm not seeing any rolling updates when I change a ConfigMap. When I checked the reloader pod logs I found this:
Then the last 3 lines just repeat periodically.
I'm wondering if its an RBAC issue, but the ClusterRole and ClusterRoleBinding seem to be there.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: