LeoShivas

Results 23 comments of LeoShivas

> I wonder if this really is that hard to sort out? I've added movies with full Swedish titles (both via "add movie" and "Bulk import") and it still finds...

I encounter the same issue. Fresh install of Kubernetes, applying the `https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml` or deploying with helm with default values still gives these errors : ``` Name: v1beta1.metrics.k8s.io Namespace: Labels: app.kubernetes.io/instance=metrics-server...

Hi @henzbnzr, Thank you. But, first, I don't want to use the `--kubelet-insecure-tls` option. Second, this option should go in the `args` section, not in the `command` one. Third, even...

IMHO, if you ended by add the `--kubelet-insecure-tls` to unlock your problem, that means that you don't resolve the root cause.

Hi, I encounter the same issue, but when I add the other nic to the trusted zone and do a reboot, the connectivity test fails. I've added all the needed...

My installation is done like this : ### Hypervisor I use Promox 7.4. Here are the file used for generate the Rocky Linux 9 minimal install templae : Packer file...

For the connectivity test, I've enable Hubble with : ``` [myuser@kube-cp-1 ~]$ cilium hubble enable [myuser@kube-cp-1 ~]$ cilium hubble port-forward & [1] 2872 [myuser@kube-cp-1 ~]$ ``` And, then, I 've...

I finally found out what is missing. Each time I update firewalld rules, I clean the cilium test with a `kubectl delete --namespace=cilium-test -f https://raw.githubusercontent.com/cilium/cilium/1.14.1/examples/kubernetes/connectivity-check/connectivity-check.yaml`, reboot the nodes and re-deploy...

@pedrofernandesfilho, great thanks for pointing out the culprit ! I had written a helm chart for sftp. I added the sshd_config in a configMap and mounted it like this :...

It is absolutely not my domain either, but I found this issue where there are a lot of comments about this feature : https://github.com/storybookjs/storybook/issues/1291 I hope that could help.