Andžej Maciusovič

Results 43 comments of Andžej Maciusovič

Hi @AlexanderKiriluyk, thanks for reporting. Indeed it will not work without zone. It would be great if somebody wants to contribute and make ng-select independent from zone js.

I compared configs for old vs new helm chart. I'm using default values. ``` helm template test grafana/tempo --version=0.15.4 helm template test grafana/tempo --version=0.7.1 ``` Seems on both versions tempo.yaml...

I think I found the issue here https://github.com/grafana/helm-charts/blob/main/charts/tempo/values.yaml#L106 After changed to `block_retention` field it went back to normal. Setting `compacted_block_retention` is set as 1h by default on tempo.

Cool. My initial idea to follow flannel implementation as you mentioned. I would spent more time this week and write an update here with my findings. Thanks.

Some updates for basic case. 1. I created cilium encapsulation, implementation was identical to flannel except that I searched for cilium device name, it's called `cilium_host`. 2. Bootstrapped cluster using...

I'm looking for this too. @desimone Maybe it would sense to have static api tokens provider to generate api tokens and share for programatic access. For example I want to...

Hi, now I'm thinking that static tokens would not solve the problem for all cases as some applications still expects identity headers and claims. One way to access internal services...

Since vmlinux.h is huge, shipping the whole header produces larger binaries. In libbpf-tools llvm-strip is used to removed unused objects https://github.com/iovisor/bcc/blob/master/libbpf-tools/Makefile#L4 I think bpf2go should support stripping too with flag....

Any news on this issue? I'm creating custom component and for my case it is very important to do some logic on first writeValue call, but since only second writeValue...

The issue is here https://github.com/aquasecurity/kube-bench/blob/main/cfg/config.yaml#L156 At least in gke kubelet uses config from `/home/kubernetes/kubelet-config.yaml` Directory `/etc/kubernetes/kubelet-config.yaml` contains some default kubelet config which is not configured properly and not used by...