Changes
Uncategorized
- Bump kubevirt-ipam-controller to v0.1.6-alpha (#1874, @kubevirt-bot)
- Bump kubevirt-ipam-controller to v0.1.7-alpha (#1887, @oshoval)
- Bump multus to v4.1.2 (#1913, @kubevirt-bot)
- Bump multus-dynamic-networks to v0.3.4 (#1909, @kubevirt-bot)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.96.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.96.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.96.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.96.0/network-addons-config-example.cr.yaml
Finally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Available