Skip to content

v1.8.2 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 03:20
· 202 commits to refs/heads/main since this release
d198040

This is a minor release of StarRocks Kubernetes Operator, a project that aims to provide a Kubernetes-native way to
deploy and manage StarRocks clusters on Kubernetes.

What's New

  1. [operator.yaml] Change the resource of operator: We have changed the default resource limit and request of
    operator pod in case of OOM.
  2. [operator] Remove the watch for the HPA resource: We have removed the watch for the HPA resource, because
    operator can not make sure what version of HPA is used in the cluster.

Changes