Changes
Uncategorized
- Bump kubemacpool to v0.46.0 (#1977, @kubevirt-bot)
- Bump kubevirt-ipam-controller to v0.1.10-alpha (#1970, @kubevirt-bot)
- Bump macvtap-cni to v0.12.2 (#1976, @kubevirt-bot)
- Bump multus-dynamic-networks to v0.3.6 (#1981, @kubevirt-bot)
- Bump ovs-cni to v0.37.0 (#1951, @kubevirt-bot)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.98.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.98.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.98.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.98.0/network-addons-config-example.cr.yaml
Finally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Available