Closed zyy17 closed 5 days ago
The changes in this pull request primarily involve an update to the greptimedb-cluster
Helm chart. The version number has been incremented from 0.2.27
to 0.2.28
across various files. Significant modifications include the addition of startupProbe
configurations to multiple pod templates in the README.md
, cluster.yaml
, and values.yaml
files. These changes enhance the health check capabilities of the GreptimeDB cluster by allowing Kubernetes to verify the successful startup of applications before directing traffic to them.
File Path | Change Summary |
---|---|
charts/greptimedb-cluster/Chart.yaml |
Version updated from 0.2.27 to 0.2.28 . |
charts/greptimedb-cluster/README.md |
Version updated from 0.2.27 to 0.2.28 ; added startupProbe to multiple pod templates. |
charts/greptimedb-cluster/templates/cluster.yaml |
Added startupProbe to main templates for base , frontend , meta , datanode , and flownode . |
charts/greptimedb-cluster/values.yaml |
Added startupProbe: {} in multiple sections for base , frontend , meta , datanode , and flownode . |
readinessProbe
configuration to various components, which is related to the health check enhancements in the main PR that introduces startupProbe
configurations.Chart.yaml
version, which is relevant as it follows the same versioning pattern as the main PR's version increment.startupProbe
.Chart.yaml
, similar to the version increment in the main PR.Chart.yaml
, which is consistent with the versioning changes in the main PR.🐰 In the garden where the data flows,
AstartupProbe
now brightly glows.
With version bumped, our cluster's keen,
Ready to serve, a healthy scene!
Hops of joy, we celebrate,
In Kubernetes, we elevate! 🌱
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
startupProbe
configurations to enhance health checks for various pod templates (base, datanode, flownode, frontend, and meta).Documentation
startupProbe
details.Configuration
startupProbe
in thevalues.yaml
file for multiple components, providing a placeholder for future configurations.