Skip to content

Commit e8594db

Browse files
dshebibTim Bannister
and
Tim Bannister
authored
Apply suggestions from code review
Co-authored-by: Tim Bannister <[email protected]>
1 parent e5e2588 commit e8594db

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

content/en/docs/tasks/configure-pod-container/resize-container-resources.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,21 +261,22 @@ kubectl delete namespace qos-example
261261

262262
## Troubleshooting
263263

264+
{{% thirdparty-content %}}
265+
264266
If the updating the pod spec returns an `invalid spec` error, ensure that the feature is enabled on all of the following components:
265267

266268
- API server
267269
- Controller manager
268270
- Scheduler
269-
- Kubelet (on worker)
270-
- Kubelet (on control plane)
271+
- All kubelets (across all worker nodes, and all control plane nodes if your cluster has them)
271272

272273

273274
If the updated spec is accepted, but pods are are stuck in the `InProgress` state or otherwise unable to run,
274-
ensure that your environemnt is configured to use a [Container Runtime](/docs/setup/production-environment/container-runtimes/)
275-
which supports the InPlace Scaling feature:
275+
ensure that your environment is configured to use a [container runtime](/docs/setup/production-environment/container-runtimes/)
276+
that supports in-place changes to container resources. For example:
276277

277-
- `containerd` version 1.6.9 or greater, or
278-
- `CRI-O`
278+
- [containerd](https://containerd.io/) (version 1.6.9 or greater)
279+
- [cri-o](https://cri-o.io/) (any version)
279280

280281

281282
## {{% heading "whatsnext" %}}

0 commit comments

Comments
 (0)