Update sidecar-containers.md

Fix a spelling mistake: effecting -> affecting
pull/45680/head
petroselo 2024-03-26 12:17:50 +00:00 committed by GitHub
parent 086dabd4a5
commit 1808b6277e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Enabled by default with Kubernetes 1.29, a
Pod's `initContainers` field. These restartable _sidecar_ containers are independent with
other [init containers](/docs/concepts/workloads/pods/init-containers/) and main
application container within the same pod. These can be started, stopped, or restarted
without effecting the main application container and other init containers.
without affecting the main application container and other init containers.
## Sidecar containers and Pod lifecycle