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
{
"pools": {
"A": {
"servers": [
// hosts of replicated pool, https://github.com/facebook/mcrouter/wiki/Replicated-pools-setup e.g.:
"mcrouter-memcached-0.mcrouter-memcached.mcrouter.svc.cluster.local:11211",
"mcrouter-memcached-1.mcrouter-memcached.mcrouter.svc.cluster.local:11211",
"mcrouter-memcached-2.mcrouter-memcached.mcrouter.svc.cluster.local:11211",
]
}
},
but by default service names generated as mcrouter-0.mcrouter.mcrouter.svc.cluster.local:11211 resulting in non-working mcrouter, template missing -memcached twice, for pod and for service names.
It would be also good to bump Bitnami Memcached chart version to ~6.6 and allow templating route via helm values, as default section could not fit well for everyone, for example "get": "LatestRoute|Pool|A" use just same memcached pod from a pool as described here: facebook/mcrouter#127 (comment)
Describe the bug
Proper naming should be:
but by default service names generated as
mcrouter-0.mcrouter.mcrouter.svc.cluster.local:11211
resulting in non-working mcrouter, template missing-memcached
twice, for pod and for service names.Version of Helm and Kubernetes:
What happened:
wrong configuration applied by default
What you expected to happen:
default config have proper settings to work
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
condition
mcrouter.memcached.enabled
should bememcached.enabled
?The text was updated successfully, but these errors were encountered: