v0.97.4
Changes
Uncategorized
- Bump bridge-marker to 0.12.3 (#2187, @kubevirt-bot)
- Bump kubemacpool to v0.45.0-5-g2cbf0cf (#2016, @kubevirt-bot)
- Bump kubemacpool to v0.45.1 (#2140, @kubevirt-bot)
- Bump ovs-cni to v0.36.1 (#2203, @kubevirt-bot)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.97.4/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.97.4/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.97.4/operator.yamlThen 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.4/network-addons-config-example.cr.yamlFinally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Available