Skip to content

Commit 4476952

Browse files
authored
Merge pull request #40147 from pacoxu/container-runtime
blog update: add removal of --container-runtime of kubelet
2 parents d304aea + 31075f0 commit 4476952

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/blog/_posts/2023-03-17-kubernetes-1.27-deprecations-and-removals.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,12 @@ The v1.25 release of Kubernetes also stabilised surge support for DaemonSet pods
205205
implemented in order to minimize DaemonSet downtime during rollouts.
206206
The `DaemonSetUpdateSurge` feature gate will be removed in Kubernetes v1.27.
207207

208+
### Removal of `--container-runtime` command line argument
209+
210+
The kubelet accepts a deprecated command line argument, `--container-runtime`, and the only
211+
valid value would be `remote` after dockershim code is removed. Kubernetes v1.27 will remove
212+
that argument, which has been deprecated since the v1.24 release.
213+
208214
## Looking ahead
209215

210216
The official list of

0 commit comments

Comments
 (0)