Shankeerthan Kasilingam

Results 36 comments of Shankeerthan Kasilingam

Hi @rogeralsing, I'm trying to contribute to this issue but I'm facing some issues in building the project. The below are the errors. ` make build github.com/asynkron/protoactor-go/persistence/protocb persistence/protocb/provider.go:21:10: undefined: cbState...

Hi @goncalo-rodrigues, If It's open to the community, Can I try to fix it?

Hi @brb, I'm new to cilium, Can I work on this feature?

Hi @brb, Small help on this issue. To detect kube-proxy has been installed or not, I'm thinking to use [ListDaemonSet](https://github.com/cilium/cilium-cli/blob/master/k8s/client.go#L425) function and doing a string match(kube-proxy/regex check). Is there any...

> @ksankeerth I think listing DaemonSets in the `kube-system` ns, and then matching for `kube-proxy` should work on > 80% clusters. So yeah, I suggest to take this approach. >...

Hi @brb, I was able to test and created a PR.[1039](https://github.com/cilium/cilium-cli/pull/1039). Please check if possible. Thanks ``` root@kcp:/home/ubuntu/cilium-cli# ./cilium install ℹ️ Using Cilium version 1.12.0 🔮 Auto-detected cluster name: kubernetes...

> @ksankeerth Hey, one user has reported that on a k3s installation there is no kube-proxy pod. Perhaps we should detect when cilium-cli is running against a k3s cluster, and...

@brb Hope you're doing well. I looked at these improvements. We can use annotations of the K3s server/node to detect k3s and opt-out from the KPR auto replacement. But regarding...

> @ksankeerth any progress on k3s server to detect k3s opt-out kube-proxy setting. sorry for the delay. Just submitted a PR for this.

I’m interested in working on this conformance test. I went through the documentation. From my understanding, the conformance test for Gateway HTTPS listener references multiple TLS certificates should include the...