v0.86.0
Changes
Bug or Regression
Uncategorized
- Address performance issues of bridge-cni when deleting pods (#1544, @maiqueb)
- Allows overriding the macvtap-cni device plugin configuration. (#1519, @maiqueb)
- Bump ksd to v0.0.10 (#1521, @AlonaKaplan)
- Bump kubemacpool to v0.41.0 (#1551, @qinqon)
- Bump multus to v4.0.2 (#1559, @kubevirt-bot)
- Bump multus-dynamic-networks to v0.2.1 (#1539, @kubevirt-bot)
- Consume multus-cni v4.0.1, thick plugin mode (#1534, @maiqueb)
- Fix PVID bug and performance issues of the bridge CNI (#1535, @phoracek)
- Label a maintainer in the
cni-default-plugins
container image. (#1537, @maiqueb)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.86.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.86.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.86.0/operator.yaml
Then you need to create a configuration for the operator example CR:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.86.0/network-addons-config-example.cr.yaml
Finally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Available