Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve troubleshooting guide for issues switching from Docker Engine #34764

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions content/en/docs/tasks/administer-cluster/cluster-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ You must have an existing cluster. This page is about upgrading from Kubernetes
is not currently running Kubernetes {{< skew currentVersionAddMinor -1 >}} then please check
the documentation for the version of Kubernetes that you plan to upgrade to.

## Upgrade approaches

### kubeadm {#upgrade-kubeadm}

If your cluster was deployed using the `kubeadm` tool, refer to
Expand Down
9 changes: 9 additions & 0 deletions content/en/docs/tasks/debug/debug-cluster/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,16 @@ This is an incomplete list of things that could go wrong, and how to adjust your
- Action: applications (containers) designed to tolerate unexpected restarts
- Mitigates: Node shutdown
- Mitigates: Kubelet software fault

### Things to note after dockershim migration
nitishfy marked this conversation as resolved.
Show resolved Hide resolved

## {{< note >}}
*Note: Starting 1.24, since management of the CNI is no longer in scope for kubelet, the `--network-plugin` command line parameter has been removed from the binary and will throw the following error, if used:

`Error: failed to parse kubelet flag: unknown flag: --network-plugin`

To understand how to resolve this error, go through the [Migrating from dockershim](/docs/tasks/administer-cluster/migrating-from-dockershim/) guide.
## {{< note >}}

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

Expand Down