Christopher Adigun
Christopher Adigun
@twz123 - Noted, I will leave it open
if I make the IP with /32, it gives the following error: ` " network: CmdAdd (shim): CNI request failed with status 400: '&{ContainerID:ed252910bd9e6bbaad3d96a48e9865010784c42e96ede56ed94d90e801dcac4e Netns:/proc/9231/ns/net IfName:eth0 Args:IgnoreUnknown=1;K8S_POD_NAMESPACE=default;K8S_POD_NAME=memifpod-2;K8S_POD_INFRA_CONTAINER_ID=ed252910bd9e6bbaad3d96a48e9865010784c42e96ede56ed94d90e801dcac4e Path: StdinData:[123 34...
I have static in my CNI bin: ``` [ec2-user@ip-10-0-1-45 bin]$ ls -ltrh /opt/cni/bin/ total 313M -rwxr-xr-x 1 root root 5.7M May 13 2020 firewall -rwxr-xr-x 1 root root 3.3M May...
Thanks @hedibouattour for the update.
Checking up on this PR. Will it be better to have a plugin support for features like this? Don't know much about coding but just a thought that came to...
@wardenlym I just tried using your docker image but the EP addresses are not showing up. **POD:** ``` apiVersion: v1 kind: Pod metadata: name: test-3 labels: app: test annotations: k8s.v1.cni.cncf.io/networks:...
To provide more context, I want to use VPP (plus the VPP Linux Control Plane, this allows VPP routing table to be controlled at the kernel space via routing protocols)...
Is hostnetwork a hard requirement for frr-k8s to work? Because when I disable it, the frr and frr-k8s containers are not able to start properly, they keep crashing.
In my case (stand-alone), not using the hostNetwork allows me to automate some of the configurations e.g. using Multus to manage the network interfaces and IP allocation because Multus does...
Below is sample of what I am trying to do ``` +-------------------+ | vJUNOS Router | +-------------------+ ^ ^ | | BGP | | BGP | | +----------------+ +----------------+ |...