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

Upgrading kubeadm clusters #36896

Closed
Goutami-Gowda opened this issue Sep 19, 2022 · 4 comments
Closed

Upgrading kubeadm clusters #36896

Goutami-Gowda opened this issue Sep 19, 2022 · 4 comments
Labels
kind/support Categorizes issue or PR as a support question. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@Goutami-Gowda
Copy link

Goutami-Gowda commented Sep 19, 2022

hello, I am trying to upgrade kubeadm cluster from 1.23.5 to 1.24.5. i am following this document https://v1-24.docs.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/.
after kubeadm upgrade. kubelet upgrade is giving me this error. i need help here.

kubelet upgrade Error: failed to parse kubelet flag: unknown flag: --network-plugin
and node is in not ready state.

this is the command i ran for kubectl drain since i have some stateful state.
kubectl drain dev1 --force=false --disable-eviction=true --ignore-daemonsets=true --delete-emptydir-data=false

@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Sep 19, 2022
@k8s-ci-robot
Copy link
Contributor

@Goutami-Gowda: This issue is currently awaiting triage.

SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@mtardy
Copy link
Member

mtardy commented Sep 19, 2022

This issue sounds more like a request for support and less like an issue specifically for docs. I encourage you to bring your question to the #kubernetes-users channel in Kubernetes slack. You can also search resources like Stack Overflow for answers to similar questions.

You can also open issues for Kubernetes functionality in https://github.com/kubernetes/kubernetes or https://github.com/kubernetes/kubeadm.

If this is a documentation issue, please re-open this issue.

/kind support
/close

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label Sep 19, 2022
@k8s-ci-robot
Copy link
Contributor

@mtardy: Closing this issue.

In response to this:

This issue sounds more like a request for support and less like an issue specifically for docs. I encourage you to bring your question to the #kubernetes-users channel in Kubernetes slack. You can also search resources like Stack Overflow for answers to similar questions.

You can also open issues for Kubernetes functionality in https://github.com/kubernetes/kubernetes or https://github.com/kubernetes/kubeadm.

If this is a documentation issue, please re-open this issue.

/kind support
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@mtardy
Copy link
Member

mtardy commented Sep 19, 2022

On the --network-plugin flag missing, I think it was addressed by this issue #33640 and removed in this PR for v1.24 #33870.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

3 participants