v1.8.3 🌈
·
214 commits
to refs/heads/main
since this release
This is a minor release of StarRocks Kubernetes Operator.
What's New
- [operator] Set proxy_read_timeout 600s: We have set proxy_read_timeout to 600s in nginx.conf, because the default value is 60s, which may cause timeout.
- [chart] Add JAVA_OPTS_FOR_JDK_11 in FE config: We have added JAVA_OPTS_FOR_JDK_11 in FE config, because the default value is not suitable for JDK 11. If you used the default config of FE in values.yaml, Upgrading to v1.8.3 will cause the pods of FE to restart.
- [chart] Allow user to specify serviceAccount for operator: By default the operator chart will create a serviceAccount for the operator, named starrocks. But if you want to use an existing serviceAccount, you can specify it in values.yaml.
- [operator] Support
Ports
for feProxy component: We have supportedPorts
for feProxy component, allowing users to specify the nodePort of feProxy service. - [operator] Add namespace flag: It makes operator watch resources in a single namespace instead of all namespaces in the cluster. In most cases, you should not set this value. If your kubernetes cluster manages too many nodes, and operator watching all namespaces use too many memory resources, you can set this value.
Changes
- change related docs to release v1.8.3 @yandongxiao (#264)
- [Bugfix] change set proxy_read_timeout in nginx.conf @yandongxiao (#259)
- [Docs] Add JAVA_OPTS_FOR_JDK_11 to values.yaml @yandongxiao (#257)
🚀 Features
- add namespace flag to make operator watch resources in a single namespace @yandongxiao (#261)
- allow user to specify serviceAccount for operator @yandongxiao (#262)
- [Feature] Support nodePort for feProxy component @yandongxiao (#258)