Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

3.2.0

FIXES AND ENHANCEMENTS

  • Configured SaaS mode

3.1.2

FIXES AND ENHANCEMENTS

  • Actually disable heap dumps on OOM in Elasticsearch

3.1.1

FIXES AND ENHANCEMENTS

  • DIsabled heap dumps on OOM in Elasticsearch

3.1.0

FIXES AND ENHANCEMENTS

KNOWN ISSUES

When upgrading gv-essentials to version 3.1.x you’ll get the error Error: UPGRADE FAILED: error validating "": error validating data... .
This is because Helm cannot determine whether upgrading a CRD will break other things in the cluster, therefore, Helm v3 by design can create CRDs but is not able not upgrade them.

To address this issue run the following command before upgrading the chart:

kubectl apply -f https://assets.master.k3s.getvisibility.com/k3s/misc/crd_operatorconfigurations_v1_10_0.yml

Or you can download the file from the internet, save it locally and run the command kubectl apply -f crd_operatorconfigurations_v1_10_0.yml from within the cluster.

  • No labels