Skip to content

v0.83.0

Latest
Compare
Choose a tag to compare
@kubevirt-bot kubevirt-bot released this 03 Oct 08:54
· 3 commits to main since this release
8506e7b

Changes

Bug or Regression

  • Add a environment variable at operator to configure kube-rbac-proxy (#1244, @qinqon)
  • Display OVN bridge mappings on the NodeNetworkState object (#1237, @maiqueb)
  • Use handler namespace to remove cert-manager at openshift. (#1265, @qinqon)

Uncategorized

  • Check neighbors at e2e handler lldp test. (#1236, @qinqon)
  • Pin go to 1.22 (#1247, @qinqon)
  • Use cert services at openshift cluster's instead of nmstate-cert-manager (#1263, @qinqon)
  • Use different webhook secret name for openshift. (#1268, @qinqon)

Installation

First, install kubernetes-nmstate operator:

kubectl apply -f https://github.com/nmstate/kubernetes-nmstate/releases/download/v0.83.0/nmstate.io_nmstates.yaml
kubectl apply -f https://github.com/nmstate/kubernetes-nmstate/releases/download/v0.83.0/namespace.yaml
kubectl apply -f https://github.com/nmstate/kubernetes-nmstate/releases/download/v0.83.0/service_account.yaml
kubectl apply -f https://github.com/nmstate/kubernetes-nmstate/releases/download/v0.83.0/role.yaml
kubectl apply -f https://github.com/nmstate/kubernetes-nmstate/releases/download/v0.83.0/role_binding.yaml
kubectl apply -f https://github.com/nmstate/kubernetes-nmstate/releases/download/v0.83.0/operator.yaml

Once that's done, create an NMState CR, triggering deployment of
kubernetes-nmstate handler:

cat <<EOF | kubectl create -f -
apiVersion: nmstate.io/v1
kind: NMState
metadata:
  name: nmstate
EOF