Max Nitze

Results 38 comments of Max Nitze

Unfortunately I have no experience in Go yet, but I would gladly help implementing this feature. I already had a look at the code and I think I found the...

There are solutions (rather Workarounds?) for ClusterIP and NodePort services posted in my initial question. But afaik there is no built-in feature to automatically propagate those to Ingresses, no.

I guess most people either use a public cloud provider or on-premise clusters with something like MetalLB, so having non-LoadBalancer services for your ingress controller is not really a thing...

This init command is only working for charts with exactly one dependency though. Additional ones are ignored. If the chart has none, then this will fail, since it will try...

Ok, I did it now with the following: ```yaml zoneFiles: - filename: my-internal-domain.com.conf domain: my-internal-domain.com contents: | my-internal-domain.com:53 { hosts { 10.20.30.40 my-service.my-internal-domain.com fallthrough } } extraConfig: import: parameters: /etc/coredns/my-internal-domain.com.conf...

Still having the same issue with 2.7.0 with Keycloak 19.0.3. Neither updating nor removing and re-configuring OIDC works. Stopped my upgrade at 2.6.6 and it seems to be working for...

I have the exact same problem running OpenLens with lens-kubescape on Linux. OpenLens 5.5.4-latest.1654886499012 Kubescape v2.0.154 lens-kubescape 0.1.4 After the scan finishes (without any visible errors), the list stays empty....

In my original comment I accidentally looked into the wrong config folder. It should be `~/.config/OpenLens/...` instead of Lens (I switched a couple of days ago and did not delete...

Hm. This looks weird. It starts with ``` { info: '[Kubescape] 2022-06-29 16:18:30', content: 'Kubescape main activated' } ... [Kubescape] 2022-06-29 16:18:30 - info - Initializing kubescape: 20% { info:...

I tried to pretty-format the json string. And it seems it ends prematurely.