v0.95.1
Changes
Uncategorized
- Bump bridge-marker to 0.12.3 (#2187, @kubevirt-bot)
- Bump kubemacpool to v0.44.1 (#1877, @kubevirt-bot)
- Bump kubemacpool to v0.44.1-2-gb94b42a (#1901, @kubevirt-bot)
- Bump kubemacpool to v0.44.2 (#2137, @kubevirt-bot)
- Bump ovs-cni to v0.34.3 (#2178, @kubevirt-bot)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.95.1/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.95.1/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.95.1/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.95.1/network-addons-config-example.cr.yamlFinally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Available