Beta Channel
v1.2.6
- upgrade go version
- controller: GO 1.22
- daemon, CNI: GO 1.23
- remove kube-rbac-proxy
- add make
set_version
target to simplify release steps - update concept image, user and contributing guide
- rewrite the highlighted features and add demo and references
- fix bugs:
v1.2.0 (deprecated)
Major feature update:
- Topology-aware NIC Selection
- RoCE GDR-support CNI (NVIDIA MOFED operator) -
mellanox
- Host-device CNI support
- NICClusterPolicy aware
apiVersion: multinic.fms.io/v1 kind: MultiNicNetwork metadata: name: multinic-mellanox-hostdevice spec: ipam: | { "type": "host-device-ipam" } multiNICIPAM: false plugin: cniVersion: "0.3.1" type: mellanox
v1.1.0 (deprecated)
Major feature update:
- AWS-support CNI
- Provide
aws-ipvlan
working with Multi-NIC IPAM - Support using Host subnet for Pod subnet for ENA
apiVersion: multinic.fms.io/v1 kind: MultiNicNetwork metadata: name: multinic-aws-ipvlan spec: ipam: | { "type": "multi-nic-ipam", "hostBlock": 8, "interfaceBlock": 2, "vlanMode": "l2" } multiNICIPAM: true plugin: cniVersion: "0.3.0" type: aws-ipvlan args: mode: l2
- Provide