SKALA NETWORKS
SKALA NETWORKS
Hi, I have an environment with tons of alertmanagers that can come and go. The karma configuration is handled purely in GitOps. This means that any change in the configuration...
### Description When adding EIPs from an "external subnet", the act of receiving the traffic for our EIPs is ensured by ARP on the L2 segment between the "external subnet"...
### Kube-OVN Version v1.13.0 and v1.12.x ### Kubernetes Version v1.28.3 on k0s Kube-proxy in IPVS mode (iptables seemed to make kube-ovn not work correctly) ### Operation-system/Kernel Version Debian GNU/Linux 12...
This pull request replaces the deprecated skel.PluginMain with its skel.PluginMainFuncs counterpart It adds a new function to the Cmd structure to convert the CNI methods into a standardized structure that...
This PR is about issue [#4330](https://github.com/kubeovn/kube-ovn/issues/4330) This is a draft, it shouldn't change any resource name as to not break existing installations, but if someone wants to update using the...
This makes the prefix in front of Pods/STS generated for NAT gateways a configurable variable from the ConfigMap.
This pull request adds a new UUID function: `uuidv5` UUIDv5 is different from the already implemented UUIDv4 functions because it is pseudo-random and deterministic. It takes into input a "namespace",...
I believe this project was created because the GoBGP maintainers weren't ok with integrating Prometheus directly into the codebase. This has changed for more than a year now and metrics...
### What this PR does Before this PR: When restoring VirtualMachineSnapshots, the resulting PVCs for eah Volume have random and unpredictable names. After this PR: User can choose the name...
SLRs create Load_Balancer entries on the NorthBound table of OVN. These LBs have an "ip_port_mapping" field to map backend IPs to a LSP. This is used to determine which LSP...