-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Memcached connection errors even with --registry-exclude-image=*
#2584
Comments
We are experiencing this as well. In the values.yaml file, we have set the memcache enabled to false
This correctly prevents the memcache files from being created. However, the output from helm has the parameter
Even when removing the We are one Flux version 1.16.0 Is there a way to prevent Flux from checking to see if a memcache server exists? |
|
This will be fixed by #2524 |
Thanks, @2opremio. I see it was last updated 23 days ago. What do you feel is the timeline for that PR? |
Christmas vacation got on its way. I will retake it next week. |
Describe the bug
I want to use the great fluxd only for syncing changes from git to a Kubernetes cluster but do not want to use the Docker image registry scanning feature of fluxd. Therefore I specified the
--registry-exclude-image=*
parameter which works.To avoid having to run the now useless Memcached I removed it manually from the deployment descriptor yaml as this is another moving part that needs oversight and consumes resources.
Now I get error messages like although fluxd continues to work as usual:
To Reproduce
Steps to reproduce the behaviour:
--registry-exclude-image=*
parametermemcached-*
memcached-*
options and include--registry-exclude-image=*
parameterExpected behavior
I would be great if fluxd would recognize the
--registry-exclude-image=*
parameter to stop trying to connect to Memcached without emitting errors.Logs
Additional context
Add any other context about the problem here, e.g
The text was updated successfully, but these errors were encountered: