v0.100.3
Changes
Uncategorized
- Bump kubemacpool to v0.49.3 (#2489, @RamLavi)
- Bumpe kubevirt ipam controller to 0.3.2 (#2451, @qinqon)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.100.3/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.100.3/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.100.3/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.100.3/network-addons-config-example.cr.yamlFinally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Available