Merge pull request #51007 from antechrestos/fixes/sidecar-containers

fixes - sidecar containers graduated to stable  in 1.33
pull/51017/head
Kubernetes Prow Robot 2025-05-22 15:52:34 -07:00 committed by GitHub
commit fbf85e5071
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ weight: 50
---
<!-- overview -->
{{< feature-state for_k8s_version="v1.29" state="beta" >}}
{{< feature-state feature_gate_name="SidecarContainers" >}}
Sidecar containers are the secondary containers that run along with the main
application container within the same {{< glossary_tooltip text="Pod" term_id="pod" >}}.