Changes
Uncategorized
- Bump bridge-marker to 0.12.0 (#1938, @kubevirt-bot)
- Bump kube-secondary-dns to v0.0.16 (#1934, @kubevirt-bot)
- Bump kubemacpool to v0.45.0 (#1943, @kubevirt-bot)
- Bump multus to v4.1.4 (#1935, @kubevirt-bot)
- Bump multus-dynamic-networks to v0.3.5 (#1930, @kubevirt-bot)
- Bump ovs-cni to v0.36.0 (#1932, @kubevirt-bot)
- Events: Remove duplicated 'Available' events (#1922, @qinqon)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.97.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.97.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.97.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.97.0/network-addons-config-example.cr.yaml
Finally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Available