File tree 1 file changed +7
-6
lines changed
content/en/docs/tasks/configure-pod-container
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -261,21 +261,22 @@ kubectl delete namespace qos-example
261
261
262
262
# # Troubleshooting
263
263
264
+ {{% thirdparty-content %}}
265
+
264
266
If the updating the pod spec returns an `invalid spec` error, ensure that the feature is enabled on all of the following components :
265
267
266
268
- API server
267
269
- Controller manager
268
270
- 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)
271
272
272
273
273
274
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 :
276
277
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)
279
280
280
281
281
282
# # {{% heading "whatsnext" %}}
You can’t perform that action at this time.
0 commit comments