Alex R
Alex R
By adding a few fmt.Println I was able to find out the reason. Our bucket had 2515032 objects for 2020-2021 like: `/debug/metas/%ULID%.json` Looks like remains of: https://github.com/thanos-io/thanos/issues/3839 After deleting these,...
Another way to do it, is via current `--receive.relabel-config` in router stage by exposing tenant as internal label (ex. `__meta_tenant_id`) and allowing it's modifications: ``` - | --receive.relabel-config= - source_labels:...
It is easy to tile only active cluster, but it will overlap with windows from others clusters. So, when you typing, you don't know if you type in other windows...
Unfortunately `hostServices.hostNamespaceOnly=true` still not enough for kata to reach k8s services (`kube-dns` for example). It only works with `hostServices.enabled=false` in cilium 1.11.1 (which breaks k8s svc access for hostNet pods)
Correction: `bpf-lb-sock-hostns-only: "true"` does not work for kata for kernel v5.4 (ubuntu 20.04). Update kernel to v5.13 (linux-image-generic-hwe-20.04) fixes the issue. Now we can have kata containers able to reach...
>Are there any errors in the log? Nothing unusual, i'll try to redeploy and check `--log.level=debug` logs >do you have cpu limits set on your daemonset? We know about [cpu...
Sorry guys, but that is a really breaking change not mentioned in any changelogs. Could you please at least add this to Release and https://github.com/kubernetes/ingress-nginx/tree/main/changelog ? What happens on upgrade...
Thank you, I know why it happend. Question is how should I know it before the upgrade? No any mentions to "check all your snippets or everything would be down"...
Upgraded to v3.0.3 with no issues. We also use LDAP users. "no hosts found" - does user in question see any graphs in Graphs menu? Please provide more info as...
> would it be possible to change the script the way, it would try authenticate itself always via the same user (created in guy only to this purpose)? It is...