Skip to content

docs: Kubernetes Operator v2.7.0 — pod lifecycle, sidecars, extra volumes#333

Closed
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/81fc7d1e
Closed

docs: Kubernetes Operator v2.7.0 — pod lifecycle, sidecars, extra volumes#333
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/81fc7d1e

Conversation

@mintlify

@mintlify mintlify Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents the user-facing features shipped in Kubernetes Operator v2.7.0.

What shipped in v2.7.0

Five new optional fields on RestateCluster spec.compute pass through to the StatefulSet pod template:

  • lifecyclepostStart / preStop hooks for the Restate container (e.g. graceful-shutdown scripts).
  • sidecars — native sidecar containers (log shippers, proxies, metrics exporters) that start before and terminate after Restate. Requires Kubernetes 1.29+.
  • terminationGracePeriodSeconds — overrides the previously hardcoded 60-second grace period.
  • extraVolumes — additional pod volumes (e.g. a ConfigMap of hook scripts).
  • extraVolumeMounts — additional volume mounts on the Restate container.

Volume and mount collisions with operator-managed resources are validated up front with a clear error.

Documentation changes

  • docs/changelog/operator.mdx — added v2.7.0 entry with full release notes, usage example, and upgrade instructions.
  • docs/server/deploy/kubernetes.mdx — added a new "Pod lifecycle hooks, sidecars, and extra volumes" section with per-field explanations, caveats, and a full YAML example. Updated the features list to include the new capabilities.

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@gvdongen gvdongen closed this Jul 21, 2026
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant