From 2c786b7b51825983bc9396caf0662ae50fec67c7 Mon Sep 17 00:00:00 2001 From: Sergey Kanzhelev Date: Mon, 17 Jun 2024 16:37:29 -0700 Subject: [PATCH] Update content/en/docs/concepts/workloads/pods/sidecar-containers.md Co-authored-by: Qiming Teng --- content/en/docs/concepts/workloads/pods/sidecar-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/sidecar-containers.md b/content/en/docs/concepts/workloads/pods/sidecar-containers.md index 9a4ec51b5c447..27963a869d2de 100644 --- a/content/en/docs/concepts/workloads/pods/sidecar-containers.md +++ b/content/en/docs/concepts/workloads/pods/sidecar-containers.md @@ -180,7 +180,7 @@ However there are tools that will strip out unknown fields and must be recompile The way to check this is to use the `kubectl describe pod` command with your Pod. If any tools stripped out the new field (`restartPolicy:Always`), you will not find see it in the command output. -If you hit an issue like this, please also advice authors of tooling or web hooks to switch to `Patch` method of modifying objects. +If you hit an issue like this, please advise the author of the tools or the webhooks to switch to `Patch` method of modifying objects. **3. Automatic injection of sidecars**