Ondrej Blazek
Ondrej Blazek
When endpoint API is used to create an endpoint and `EndpointChangeRequest` contains labels, it will not allocate an identity to the endpoint. During `NewEndpointFromChangeModel()` labels are stored in the endpoint...
Seems like hubble (nor cilium monitor) cannot observe traffic to services which are XDP accelerated. We've been using standalone L4LB in production for approx 2 years now, but haven't used...
Add per node identity tests that can be triggered by running `connectivity test --test 'pod-to-custom-node' and or `connectivity test --test 'custom-node-to-pod'`. Nodes are allowed by specifying --allowed-node-labels flag. This is...
Previously when loadbalacer was created it used the same network/subnet as the control plane nodes for the VIP. This was not always the right assumption as some users might want...
/kind feature **Describe the solution you'd like** Based on an API documentation of [openstack/octavia](https://docs.openstack.org/api-ref/load-balancer/v2/index.html#create-a-load-balancer) it should be possible to specify a VIP network for the loadbalancer: ``` Provide a vip_port_id....
As the feature https://github.com/cilium/cilium/pull/26924 has been merged, adding a documentation. Signed-off-by: Ondrej Blazek ```release-note docs: Document enable-node-selector-labels flag ```
Both `cilium policy import` and `cilium policy validate` command not only use server side validation of policies but both also use client side validation of policies - meaning they both...