v0.92.0
Changes
Uncategorized
- Bump linux-bridge to v1.4.0 (#1752, @kubevirt-bot)
- Bump multus-dynamic-networks to v0.3.3 (#1764, @kubevirt-bot)
- Fixed incorrect generation of ciphers to prevent duplicated enum values. (#1748, @andreaTP)
- Refactor monitoring rules (#1757, @machadovilaca)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.92.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.92.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.92.0/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.92.0/network-addons-config-example.cr.yamlFinally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Available