Skip to content

Commit ab27c52

Browse files
pacoxudipesh-rawat
andauthored
update SidecarContainers to stable in v1.33 (#49685)
* update SidecarContainers to stable in v1.33 * Update content/en/docs/reference/command-line-tools-reference/feature-gates/SidecarContainers.md Co-authored-by: Dipesh Rawat <[email protected]> --------- Co-authored-by: Dipesh Rawat <[email protected]>
1 parent cf40ef0 commit ab27c52

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/en/docs/concepts/workloads/pods/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ By default, init containers run and complete before the app containers are start
374374
You can also have [sidecar containers](/docs/concepts/workloads/pods/sidecar-containers/)
375375
that provide auxiliary services to the main application Pod (for example: a service mesh).
376376

377-
{{< feature-state for_k8s_version="v1.29" state="beta" >}}
377+
{{< feature-state feature_gate_name="SidecarContainers" >}}
378378

379379
Enabled by default, the `SidecarContainers` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
380380
allows you to specify `restartPolicy: Always` for init containers.

content/en/docs/reference/command-line-tools-reference/feature-gates/SidecarContainers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.29"
16+
toVersion: "1.32"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.33"
1620
---
1721
Allow setting the `restartPolicy` of an init container to
1822
`Always` so that the container becomes a sidecar container (restartable init containers).

0 commit comments

Comments
 (0)