Skip to content

v1.8.1 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 06:37
· 206 commits to refs/heads/main since this release
8fd06bd

We are excited to announce the release of StarRocks Kubernetes Operator v1.8.1. This release brings some new features and bug fixes to improve the user experience of deploying and managing StarRocks clusters on Kubernetes.

What's New

  1. [operator] Watch HPA: The operator will watch the HPA resources and once the HPA is missing, the operator will
    try to create it again.
  2. [operator] Select the appropriate HPA version: The operator will select the appropriate HPA version based on the
    Kubernetes version, ensuring compatibility and stability.
  3. [operator] Reduce incorrect modification of replicas: The operator will remove the replicas field of the CN
    statefulset when HPA is enabled, avoiding conflicts between HPA and statefulset controller.
  4. [operator] Support subpath: The operator will support subpath for configmaps and secrets, allowing users to mount
    specific files or directories from these resources.
  5. [operator] Remove unnecessary resources: The operator will remove the related Kubernetes resources when the
    BeSpec or CnSpec of the StarRocks cluster is deleted, ensuring a clean and consistent state of the cluster.
  6. [operator] Support ports fields: The operator will support ports field for the StarRocks cluster, allowing users
    to customize the ports of the services.

Changes

🚀 Features