v0.99.0
Changes
Uncategorized
- Add operator readiness and lifeness probes. (#2274, @qinqon)
- Bump bridge-marker to 0.12.4 (#2272, @kubevirt-bot)
- Bump kubemacpool to v0.46.0-13-gc947025 (#2237, @kubevirt-bot)
- Bump kubemacpool to v0.46.0-14-g31e39ae (#2266, @kubevirt-bot)
- Bump kubemacpool to v0.46.0-15-gd7a1217 (#2269, @kubevirt-bot)
- Bump kubemacpool to v0.46.0-16-gc22fe1e (#2271, @kubevirt-bot)
- Bump ovs-cni to v0.38.3 (#2276, @kubevirt-bot)
- Bump ovs-cni to v0.39.0 (#2281, @kubevirt-bot)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.99.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.99.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.99.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.99.0/network-addons-config-example.cr.yaml
Finally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Available