Marcel Fest

Results 99 comments of Marcel Fest

@bwplotka it looks like that `partial_response_strategy` needs to be enabled for ruler rules now. As without that specific flag it is not possible to query with missing stores as it...

@Migueljfs you need to set it to `partial_response_strategy: "warn"` because ruler will fail if one of the storeAPIs of your querier is not reachable or does not answer to the...

We are covering the problem which is mentioned above by an additional alert which checks if our remote query is reachable by using vector(0) or the up metric for the...

It can create an executable from a python file. My project uses it exactly for that https://github.com/telekom/netplanner

for the people waiting for #52 I have a working hotfix. ```python # /_hotfix.py from collections.abc import MutableMapping, Mapping from collections import ( ChainMap, namedtuple, OrderedDict, deque, defaultdict, Counter, UserDict,...

@fasaxc nope we use the standard deployment for calico on-prem in kubernetes.

Is this still a problem in a recent release e.g. the new 0.8.0 release?

The PR which is mentioned here adds the dual stack functionality for the option `svc_enable` not for `cp_enable`

What exactly is your issue? You could still run 2 Kube-vip instances until it gets implemented. Sorry I saw just now that you already do that ^^

@lubronzhan do you still see an issue here with the latest 0.8.0 release?