Arturo Borrero Gonzalez
Arturo Borrero Gonzalez
ping
Update: I confirm that in december 2023, prometheus `2.48.1` you still cannot use anchors to merge or override chunks of the YAML config file with the `
This is likely a problem in libnftables itself. The code does `import jsonschema` (see http://git.netfilter.org/nftables/tree/py/nftables.py?h=v1.0.2#n31) but that dependency is not declared anywhere in the code. So the pip package likely...
The trace-level logs: ``` 10:29AM INF 🐶 K9s starting up... 10:29AM ERR Fail to locate metrics-server error="No metrics api group metrics.k8s.io found on cluster" 10:29AM TRC [CAN] v1/namespaces(""/"") 10:29AM TRC...
I was able to reproduce the problem, let me share how can you reproduce yourself. For Wikimedia Toolforge, we use a local kubernetes setup for development that we call lima-kilo,...
Hey, @realshuting thanks for the follow up! > Hi @aborrero - can you help us clarify a few things? > > 1. How many replicas have you configured for the...
Tried again: * used this helm values configuration: ``` admissionController: replicas: 7 container: resources: limits: cpu: 1 memory: 4Gi requests: cpu: 500m memory: 2Gi backgroundController: replicas: 4 resources: limits: cpu:...
I used this script to try to load 4000 policy resources in 4000 different namespaces https://gitlab.wikimedia.org/repos/cloud/toolforge/lima-kilo/-/blob/d35542a438699b6f18b293559b04f5bf77dc2515/helpers/toolforge_kyverno_load_many_resources.sh The script could only create about half the policy resources before the cluster died....
I have good news, scaling the k8s control plane helped to stabilize the setup and I can no longer reproduce the problem. Overrall, I did the following changes compared to...
> I wonder what makes the API server eat up the memory? What if you have a single cluster policy matching all namespaces? I don't know if we can easily...