Skip to content

Releases: kubevirt/cluster-network-addons-operator

v0.79.4

26 Nov 14:12
6b30933
Compare
Choose a tag to compare

v0.79.4

v0.89.1

09 Nov 15:55
291ad54
Compare
Choose a tag to compare

Changes

Uncategorized

Installation

First install the operator itself:

kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.89.1/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.89.1/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.89.1/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.89.1/network-addons-config-example.cr.yaml

Finally you can wait for the operator to finish deployment:

kubectl wait networkaddonsconfig cluster --for condition=Available

v0.90.0

09 Nov 19:02
86146f2
Compare
Choose a tag to compare

Changes

Uncategorized

Installation

First install the operator itself:

kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.90.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.90.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.90.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.90.0/network-addons-config-example.cr.yaml

Finally you can wait for the operator to finish deployment:

kubectl wait networkaddonsconfig cluster --for condition=Available

v0.85.4

08 Nov 07:28
deb9a9f
Compare
Choose a tag to compare

Changes

Uncategorized

Installation

First install the operator itself:

kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.4/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.4/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.4/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.85.4/network-addons-config-example.cr.yaml

Finally you can wait for the operator to finish deployment:

kubectl wait networkaddonsconfig cluster --for condition=Available

v0.79.3

08 Nov 00:50
1fa2417
Compare
Choose a tag to compare

v0.79.3

v0.76.4

07 Nov 11:54
c6369b6
Compare
Choose a tag to compare

Changes

Uncategorized

Installation

First install the operator itself:

kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.76.4/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.76.4/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.76.4/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.76.4/network-addons-config-example.cr.yaml

Finally you can wait for the operator to finish deployment:

kubectl wait networkaddonsconfig cluster --for condition=Available

v0.65.11

07 Nov 11:50
7bcf000
Compare
Choose a tag to compare

Changes

Uncategorized

Installation

First install the operator itself:

kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.65.11/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.65.11/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.65.11/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.65.11/network-addons-config-example.cr.yaml

Finally you can wait for the operator to finish deployment:

kubectl wait networkaddonsconfig cluster --for condition=Available

v0.89.0

02 Aug 20:11
041160f
Compare
Choose a tag to compare

Installation

First install the operator itself:

kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.89.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.89.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.89.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.89.0/network-addons-config-example.cr.yaml

Finally you can wait for the operator to finish deployment:

kubectl wait networkaddonsconfig cluster --for condition=Available

v0.88.0

26 Jul 20:55
59d698c
Compare
Choose a tag to compare

Changes

Uncategorized

  • Bump containerd to address GHSA-hmfx-3pcx-653p (#1541, @phoracek)
  • Deprecation notice for the metrics listed in the PR. They will be removed in this release. Please update your systems to use the new metrics names.

kubevirt_cnao_cr_kubemacpool_deployed_total -> kubevirt_cnao_cr_kubemacpool_aggregated
kubevirt_cnao_kubemacpool_manager_num_up_pods_total -> kubevirt_cnao_kubemacpool_manager_up
kubevirt_cnao_num_up_operators -> kubevirt_cnao_operator_up
kubevirt_kubemacpool_duplicate_macs_total -> kubevirt_cnao_kubemacpool_duplicate_macs (#1588, @avlitman)

  • [alitman@unknow cluster-network-addons-operator]$ make lint-metrics
    ./hack/prom_metric_linter.sh --operator-name="kubevirt" --sub-operator-name="cnao"
    kubevirt_cnao_cr_kubemacpool_deployed_total: non-counter metrics should not have "_total" suffix
    kubevirt_cnao_kubemacpool_manager_num_up_pods_total: non-counter metrics should not have "_total" suffix
    kubevirt_kubemacpool_duplicate_macs_total: non-counter metrics should not have "total" suffix
    kubevirt_kubemacpool_duplicate_macs_total: name need to start with "kubevirt_cnao
    "
    make: *** [Makefile:217: lint-metrics] Error 1 (#1580, @avlitman)

Installation

First install the operator itself:

kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.88.0/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.88.0/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.88.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.88.0/network-addons-config-example.cr.yaml

Finally you can wait for the operator to finish deployment:

kubectl wait networkaddonsconfig cluster --for condition=Available

v0.85.3

11 Jul 10:48
9a61482
Compare
Choose a tag to compare

Installation

First install the operator itself:

kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.3/namespace.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.3/network-addons-config.crd.yaml
kubectl apply -f https://github.com/kubevirt/cluster-network-addons-operator/releases/download/v0.85.3/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.85.3/network-addons-config-example.cr.yaml

Finally you can wait for the operator to finish deployment:

kubectl wait networkaddonsconfig cluster --for condition=Available