v1.8.2 🌈
github-actions
released this
07 Sep 03:20
·
202 commits
to refs/heads/main
since this release
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
- [operator.yaml] Change the resource of operator: We have changed the default resource limit and request of
operator pod in case of OOM. - [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
- [Docs] change related fields to release v1.8.2 @yandongxiao (#255)
- [Bugfix] update operator memory resouce @yandongxiao (#254)
- [Bugfix] unable to get k8s version when start operator by host node @yandongxiao (#253)
- [Bugfix] Remove the watching for v2 HPA @yandongxiao (#252)