Aditi Ghag

Results 71 comments of Aditi Ghag

Hi, It looks like the cilium pods (that also run the cilium-cni in your cluster were uninstalled by the time hubble-relay pod was being deleted. What was the sequence of...

As it turns out, Hubble* related resources get uninstalled prior to uninstalling cilium - https://github.com/cilium/cilium-cli/blob/main/internal/cli/cmd/install.go#L164-L164. But the ordering isn't guaranteed in the default helm mode in cilium-cli versions >= 0.14.0....

@eminaktas I thought we discussed it on the other PR, see - https://github.com/cilium/cilium/pull/20683#issuecomment-1198232664. Did something change after your reply - https://github.com/cilium/cilium/pull/20683#issuecomment-1198268171?

Hi @jlaffaye Sorry, looks like the issue fell through the cracks. >restarting cilium-operator fixes the issue by creating the ciliumlocalredirectpolicies.cilium.io CRD. Not sure if its a CLI issue that should...

More occurrences - https://github.com/cilium/cilium/actions/runs/6552996132/job/17797492988 and https://github.com/cilium/cilium/actions/runs/6552996245/job/17797488405

@rsafonseca We discussed this internally, and https://github.com/cilium/cilium/commit/54fef7acd341a4dd95848f9843773ba407c55499 looked promising as that would inform the agent about deleted pod IPs after restart. However, it's not clear whether the commit is enough...

Moving the PR to draft. @kartikaysaxena Please respond to David's comment - https://github.com/cilium/cilium/pull/30238#issuecomment-1891990343.

>Is it possible to add a parameter for adding information about service IP/port in each packet? It looks like you are looking for the alternate mode for DSR - https://docs.cilium.io/en/stable/network/kubernetes/kubeproxy-free/#direct-server-return-dsr-with-ipv4-option-ipv6-extension-header....