v0.84.0
Changes
Uncategorized
- Bump ovs-cni to v0.31.0 (#1496, @kubevirt-bot)
- Bump ovs-cni to v0.31.1 (#1497, @kubevirt-bot)
- [KSD] set
runAsNonRoot: null
andrunAsUser:null
in case of Openshift environment. (#1499, @AlonaKaplan)
Installation
First install the operator itself:
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.84.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.84.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.84.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.84.0/network-addons-config-example.cr.yaml
Finally you can wait for the operator to finish deployment:
kubectl wait networkaddonsconfig cluster --for condition=Available