Cannot install kubelet, Kubeadm, etcGoogle container engine - error creating aufs mountKubernetes cluster downkube-dns fails open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directoryNode-to-Node communication doesn't work with Kubernetes with Calicopuppet upgrade kubernetes now kubelet won't stay upKubernetes upgrade to 1.13.0 gives Forbidden error on kubectl logsKubernetes CrashLoopBackOff after pod create pulling image from Docker HubKube dashboard and calico network in pending stateWhy do pods on a node that was recreated after being preempted get stuck in ContainerCreating?How to get kubeadm to complete and launch the static pods defined in etc kubenertes manifests with containerd
How to make this Scala method return the same generic as the input?
Can Mage Hand be used to indirectly trigger an attack?
Why didn't all the iron and heavier elements find their way to the center of the accretion disc in the early solar system?
Can an escape pod land on Earth from orbit and not be immediately detected?
Dedicated bike GPS computer over smartphone
What are some of the expected properties of metallic glasses and some steps to create them? (semi-ELI5)
Am I allowed to determine tenets of my contract as a warlock?
Must I use my personal social media account for work?
New Site Design!
I sent an angry e-mail to my interviewers about a conflict at my home institution. Could this affect my application?
Jam with honey & without pectin has a saucy consistency always
Why is my Taiyaki (Cake that looks like a fish) too hard and dry?
Keeping track of theme when improvising
Did I need a visa in 2004 and 2006?
How can I find out about the game world without meta-influencing it?
ISP is not hashing the password I log in with online. Should I take any action?
How was nut milk made before blenders?
A life of PhD: is it feasible?
Can you open the door or die? v2
In Pandemic, why take the extra step of eradicating a disease after you've cured it?
Must a CPU have a GPU if the motherboard provides a display port (when there isn't any separate video card)?
How can religions without a hell discourage evil-doing?
Table with varying step
Is all-caps blackletter no longer taboo?
Cannot install kubelet, Kubeadm, etc
Google container engine - error creating aufs mountKubernetes cluster downkube-dns fails open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directoryNode-to-Node communication doesn't work with Kubernetes with Calicopuppet upgrade kubernetes now kubelet won't stay upKubernetes upgrade to 1.13.0 gives Forbidden error on kubectl logsKubernetes CrashLoopBackOff after pod create pulling image from Docker HubKube dashboard and calico network in pending stateWhy do pods on a node that was recreated after being preempted get stuck in ContainerCreating?How to get kubeadm to complete and launch the static pods defined in etc kubenertes manifests with containerd
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
In a nutshell, I munged my kubeadm
cluster and am trying to start from scratch (I was not able to do a proper tear down of the cluster, which is why I was forced to go this route of kubeadm reset
and sudo yum remove kubeadm kubectl kubelet kubernetes-cni kube*
minus the removal of the node from the cluster).
I removed all packages (running on RHEL 7) and am now trying to reinstall, but getting the error on startup:
-- Unit kubelet.service has begun starting up.
Nov 13 12:23:50 thalia2.ahc.umn.edu kubelet[31361]: F1113 12:23:50.681719 31361 server.go:190] failed to load Kubelet config file /var/lib/kubelet/config.yaml, error failed to
read kubelet config file "/var/lib/kubelet/config.yaml", error: open /var/lib/kubelet/config.yaml: no such file or directory
Nov 13 12:23:50 thalia2.ahc.umn.edu systemd[1]: kubelet.service: main process exited, code=exited, status=255/n/a
Nov 13 12:23:50 thalia2.ahc.umn.edu systemd[1]: Unit kubelet.service entered failed state.
Nov 13 12:23:50 thalia2.ahc.umn.edu systemd[1]: kubelet.service failed.
Nov 13 12:24:00 thalia2.ahc.umn.edu systemd[1]: kubelet.service holdoff time over, scheduling restart.
Nov 13 12:24:00 thalia2.ahc.umn.edu systemd[1]: Started kubelet: The Kubernetes Node Agent.
-- Subject: Unit kubelet.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit kubelet.service has finished starting up.
--
Every post I've seen regarding this error indicates that this file (/var/lib/kubelet/config.yaml
) is missing because I did not run kubeadm init
, but I am NOT creating a master node - I just want to run this like it was a fresh install as per installing-kubeadm-kubelet-and-kubectl
Am I missing something obvious? I do not remember running kubeadm init
on each node before I started the kubelet service
in my initial install a couple months back, plus, nowhere in the directions for installing the packages does it say to do a Kubeadm init.
Also of note: On my former master node, I am getting the error after trying a reinstall and start of kubectl
:
Get https://134.84.53.162:6443/api/v1/pods?fieldSelector=spec.nodeName%3Dthalia0.ahc.umn.edu&limit=500&resourceVersion=0: dial tcp 134.84.53.162:6443: connect: connection refused
Nov 13 13:40:40 thalia0.ahc.umn.edu kubelet[17689]: W1113 13:40:40.487124 17689 cni.go:188] Unable to update cni config: No networks found in /etc/cni/net.d
Nov 13 13:40:40 thalia0.ahc.umn.edu kubelet[17689]: E1113 13:40:40.487404 17689 kubelet.go:2167] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNot
Ready message:docker: network plugin is not ready: cni config uninitialized
but, I thought I had removed everything by doing a kubeadm reset
?
I did delete the calico
folder on my former master node (sudo rm -rf /var/etcd/calico-data
), and then did a restart of kubectl and am getting this error now:
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.447381 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.547732 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.648002 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.748219 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.849201 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.950018 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:38.050193 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:38.150479 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: I1113 13:55:38.173736 29725 kubelet_node_status.go:276] Setting node annotation to enable volume controller attach/detach
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: I1113 13:55:38.180154 29725 kubelet_node_status.go:70] Attempting to register node thalia0.ahc.umn.edu
So, it would appear that there is "residue" from my old cluster. Is there some hidden package out there that a kubeadm reset
and a sudo yum remove kubeadm kubectl kubelet kubernetes-cni kube*
did not delete?
kubernetes
add a comment |
In a nutshell, I munged my kubeadm
cluster and am trying to start from scratch (I was not able to do a proper tear down of the cluster, which is why I was forced to go this route of kubeadm reset
and sudo yum remove kubeadm kubectl kubelet kubernetes-cni kube*
minus the removal of the node from the cluster).
I removed all packages (running on RHEL 7) and am now trying to reinstall, but getting the error on startup:
-- Unit kubelet.service has begun starting up.
Nov 13 12:23:50 thalia2.ahc.umn.edu kubelet[31361]: F1113 12:23:50.681719 31361 server.go:190] failed to load Kubelet config file /var/lib/kubelet/config.yaml, error failed to
read kubelet config file "/var/lib/kubelet/config.yaml", error: open /var/lib/kubelet/config.yaml: no such file or directory
Nov 13 12:23:50 thalia2.ahc.umn.edu systemd[1]: kubelet.service: main process exited, code=exited, status=255/n/a
Nov 13 12:23:50 thalia2.ahc.umn.edu systemd[1]: Unit kubelet.service entered failed state.
Nov 13 12:23:50 thalia2.ahc.umn.edu systemd[1]: kubelet.service failed.
Nov 13 12:24:00 thalia2.ahc.umn.edu systemd[1]: kubelet.service holdoff time over, scheduling restart.
Nov 13 12:24:00 thalia2.ahc.umn.edu systemd[1]: Started kubelet: The Kubernetes Node Agent.
-- Subject: Unit kubelet.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit kubelet.service has finished starting up.
--
Every post I've seen regarding this error indicates that this file (/var/lib/kubelet/config.yaml
) is missing because I did not run kubeadm init
, but I am NOT creating a master node - I just want to run this like it was a fresh install as per installing-kubeadm-kubelet-and-kubectl
Am I missing something obvious? I do not remember running kubeadm init
on each node before I started the kubelet service
in my initial install a couple months back, plus, nowhere in the directions for installing the packages does it say to do a Kubeadm init.
Also of note: On my former master node, I am getting the error after trying a reinstall and start of kubectl
:
Get https://134.84.53.162:6443/api/v1/pods?fieldSelector=spec.nodeName%3Dthalia0.ahc.umn.edu&limit=500&resourceVersion=0: dial tcp 134.84.53.162:6443: connect: connection refused
Nov 13 13:40:40 thalia0.ahc.umn.edu kubelet[17689]: W1113 13:40:40.487124 17689 cni.go:188] Unable to update cni config: No networks found in /etc/cni/net.d
Nov 13 13:40:40 thalia0.ahc.umn.edu kubelet[17689]: E1113 13:40:40.487404 17689 kubelet.go:2167] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNot
Ready message:docker: network plugin is not ready: cni config uninitialized
but, I thought I had removed everything by doing a kubeadm reset
?
I did delete the calico
folder on my former master node (sudo rm -rf /var/etcd/calico-data
), and then did a restart of kubectl and am getting this error now:
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.447381 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.547732 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.648002 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.748219 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.849201 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.950018 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:38.050193 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:38.150479 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: I1113 13:55:38.173736 29725 kubelet_node_status.go:276] Setting node annotation to enable volume controller attach/detach
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: I1113 13:55:38.180154 29725 kubelet_node_status.go:70] Attempting to register node thalia0.ahc.umn.edu
So, it would appear that there is "residue" from my old cluster. Is there some hidden package out there that a kubeadm reset
and a sudo yum remove kubeadm kubectl kubelet kubernetes-cni kube*
did not delete?
kubernetes
Going to have our server ops people do a backup restore on all nodes. Hopefully this will resolve the initial issue that drove me to this madness in the first place.
– horcle_buzz
Nov 13 '18 at 23:00
add a comment |
In a nutshell, I munged my kubeadm
cluster and am trying to start from scratch (I was not able to do a proper tear down of the cluster, which is why I was forced to go this route of kubeadm reset
and sudo yum remove kubeadm kubectl kubelet kubernetes-cni kube*
minus the removal of the node from the cluster).
I removed all packages (running on RHEL 7) and am now trying to reinstall, but getting the error on startup:
-- Unit kubelet.service has begun starting up.
Nov 13 12:23:50 thalia2.ahc.umn.edu kubelet[31361]: F1113 12:23:50.681719 31361 server.go:190] failed to load Kubelet config file /var/lib/kubelet/config.yaml, error failed to
read kubelet config file "/var/lib/kubelet/config.yaml", error: open /var/lib/kubelet/config.yaml: no such file or directory
Nov 13 12:23:50 thalia2.ahc.umn.edu systemd[1]: kubelet.service: main process exited, code=exited, status=255/n/a
Nov 13 12:23:50 thalia2.ahc.umn.edu systemd[1]: Unit kubelet.service entered failed state.
Nov 13 12:23:50 thalia2.ahc.umn.edu systemd[1]: kubelet.service failed.
Nov 13 12:24:00 thalia2.ahc.umn.edu systemd[1]: kubelet.service holdoff time over, scheduling restart.
Nov 13 12:24:00 thalia2.ahc.umn.edu systemd[1]: Started kubelet: The Kubernetes Node Agent.
-- Subject: Unit kubelet.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit kubelet.service has finished starting up.
--
Every post I've seen regarding this error indicates that this file (/var/lib/kubelet/config.yaml
) is missing because I did not run kubeadm init
, but I am NOT creating a master node - I just want to run this like it was a fresh install as per installing-kubeadm-kubelet-and-kubectl
Am I missing something obvious? I do not remember running kubeadm init
on each node before I started the kubelet service
in my initial install a couple months back, plus, nowhere in the directions for installing the packages does it say to do a Kubeadm init.
Also of note: On my former master node, I am getting the error after trying a reinstall and start of kubectl
:
Get https://134.84.53.162:6443/api/v1/pods?fieldSelector=spec.nodeName%3Dthalia0.ahc.umn.edu&limit=500&resourceVersion=0: dial tcp 134.84.53.162:6443: connect: connection refused
Nov 13 13:40:40 thalia0.ahc.umn.edu kubelet[17689]: W1113 13:40:40.487124 17689 cni.go:188] Unable to update cni config: No networks found in /etc/cni/net.d
Nov 13 13:40:40 thalia0.ahc.umn.edu kubelet[17689]: E1113 13:40:40.487404 17689 kubelet.go:2167] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNot
Ready message:docker: network plugin is not ready: cni config uninitialized
but, I thought I had removed everything by doing a kubeadm reset
?
I did delete the calico
folder on my former master node (sudo rm -rf /var/etcd/calico-data
), and then did a restart of kubectl and am getting this error now:
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.447381 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.547732 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.648002 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.748219 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.849201 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.950018 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:38.050193 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:38.150479 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: I1113 13:55:38.173736 29725 kubelet_node_status.go:276] Setting node annotation to enable volume controller attach/detach
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: I1113 13:55:38.180154 29725 kubelet_node_status.go:70] Attempting to register node thalia0.ahc.umn.edu
So, it would appear that there is "residue" from my old cluster. Is there some hidden package out there that a kubeadm reset
and a sudo yum remove kubeadm kubectl kubelet kubernetes-cni kube*
did not delete?
kubernetes
In a nutshell, I munged my kubeadm
cluster and am trying to start from scratch (I was not able to do a proper tear down of the cluster, which is why I was forced to go this route of kubeadm reset
and sudo yum remove kubeadm kubectl kubelet kubernetes-cni kube*
minus the removal of the node from the cluster).
I removed all packages (running on RHEL 7) and am now trying to reinstall, but getting the error on startup:
-- Unit kubelet.service has begun starting up.
Nov 13 12:23:50 thalia2.ahc.umn.edu kubelet[31361]: F1113 12:23:50.681719 31361 server.go:190] failed to load Kubelet config file /var/lib/kubelet/config.yaml, error failed to
read kubelet config file "/var/lib/kubelet/config.yaml", error: open /var/lib/kubelet/config.yaml: no such file or directory
Nov 13 12:23:50 thalia2.ahc.umn.edu systemd[1]: kubelet.service: main process exited, code=exited, status=255/n/a
Nov 13 12:23:50 thalia2.ahc.umn.edu systemd[1]: Unit kubelet.service entered failed state.
Nov 13 12:23:50 thalia2.ahc.umn.edu systemd[1]: kubelet.service failed.
Nov 13 12:24:00 thalia2.ahc.umn.edu systemd[1]: kubelet.service holdoff time over, scheduling restart.
Nov 13 12:24:00 thalia2.ahc.umn.edu systemd[1]: Started kubelet: The Kubernetes Node Agent.
-- Subject: Unit kubelet.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit kubelet.service has finished starting up.
--
Every post I've seen regarding this error indicates that this file (/var/lib/kubelet/config.yaml
) is missing because I did not run kubeadm init
, but I am NOT creating a master node - I just want to run this like it was a fresh install as per installing-kubeadm-kubelet-and-kubectl
Am I missing something obvious? I do not remember running kubeadm init
on each node before I started the kubelet service
in my initial install a couple months back, plus, nowhere in the directions for installing the packages does it say to do a Kubeadm init.
Also of note: On my former master node, I am getting the error after trying a reinstall and start of kubectl
:
Get https://134.84.53.162:6443/api/v1/pods?fieldSelector=spec.nodeName%3Dthalia0.ahc.umn.edu&limit=500&resourceVersion=0: dial tcp 134.84.53.162:6443: connect: connection refused
Nov 13 13:40:40 thalia0.ahc.umn.edu kubelet[17689]: W1113 13:40:40.487124 17689 cni.go:188] Unable to update cni config: No networks found in /etc/cni/net.d
Nov 13 13:40:40 thalia0.ahc.umn.edu kubelet[17689]: E1113 13:40:40.487404 17689 kubelet.go:2167] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNot
Ready message:docker: network plugin is not ready: cni config uninitialized
but, I thought I had removed everything by doing a kubeadm reset
?
I did delete the calico
folder on my former master node (sudo rm -rf /var/etcd/calico-data
), and then did a restart of kubectl and am getting this error now:
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.447381 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.547732 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.648002 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.748219 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.849201 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:37 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:37.950018 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:38.050193 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: E1113 13:55:38.150479 29725 kubelet.go:2236] node "thalia0.ahc.umn.edu" not found
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: I1113 13:55:38.173736 29725 kubelet_node_status.go:276] Setting node annotation to enable volume controller attach/detach
Nov 13 13:55:38 thalia0.ahc.umn.edu kubelet[29725]: I1113 13:55:38.180154 29725 kubelet_node_status.go:70] Attempting to register node thalia0.ahc.umn.edu
So, it would appear that there is "residue" from my old cluster. Is there some hidden package out there that a kubeadm reset
and a sudo yum remove kubeadm kubectl kubelet kubernetes-cni kube*
did not delete?
kubernetes
kubernetes
edited Nov 13 '18 at 21:08
horcle_buzz
asked Nov 13 '18 at 18:59
horcle_buzzhorcle_buzz
1357
1357
Going to have our server ops people do a backup restore on all nodes. Hopefully this will resolve the initial issue that drove me to this madness in the first place.
– horcle_buzz
Nov 13 '18 at 23:00
add a comment |
Going to have our server ops people do a backup restore on all nodes. Hopefully this will resolve the initial issue that drove me to this madness in the first place.
– horcle_buzz
Nov 13 '18 at 23:00
Going to have our server ops people do a backup restore on all nodes. Hopefully this will resolve the initial issue that drove me to this madness in the first place.
– horcle_buzz
Nov 13 '18 at 23:00
Going to have our server ops people do a backup restore on all nodes. Hopefully this will resolve the initial issue that drove me to this madness in the first place.
– horcle_buzz
Nov 13 '18 at 23:00
add a comment |
2 Answers
2
active
oldest
votes
I thought I had removed everything by doing a
kubeadm reset
?
regarding to documentation it is not delete everything. it just reverse the changes, so where you delete the packages and just broke all paths, run kubeadm init
to reinitialise cluster.
add a comment |
The issue ended up being that the /var
directory had gotten full. Cleaned it out and now everything starts as expected.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f939867%2fcannot-install-kubelet-kubeadm-etc%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I thought I had removed everything by doing a
kubeadm reset
?
regarding to documentation it is not delete everything. it just reverse the changes, so where you delete the packages and just broke all paths, run kubeadm init
to reinitialise cluster.
add a comment |
I thought I had removed everything by doing a
kubeadm reset
?
regarding to documentation it is not delete everything. it just reverse the changes, so where you delete the packages and just broke all paths, run kubeadm init
to reinitialise cluster.
add a comment |
I thought I had removed everything by doing a
kubeadm reset
?
regarding to documentation it is not delete everything. it just reverse the changes, so where you delete the packages and just broke all paths, run kubeadm init
to reinitialise cluster.
I thought I had removed everything by doing a
kubeadm reset
?
regarding to documentation it is not delete everything. it just reverse the changes, so where you delete the packages and just broke all paths, run kubeadm init
to reinitialise cluster.
answered Nov 14 '18 at 16:29
Nick RakNick Rak
1677
1677
add a comment |
add a comment |
The issue ended up being that the /var
directory had gotten full. Cleaned it out and now everything starts as expected.
add a comment |
The issue ended up being that the /var
directory had gotten full. Cleaned it out and now everything starts as expected.
add a comment |
The issue ended up being that the /var
directory had gotten full. Cleaned it out and now everything starts as expected.
The issue ended up being that the /var
directory had gotten full. Cleaned it out and now everything starts as expected.
answered Nov 14 '18 at 20:21
horcle_buzzhorcle_buzz
1357
1357
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f939867%2fcannot-install-kubelet-kubeadm-etc%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Going to have our server ops people do a backup restore on all nodes. Hopefully this will resolve the initial issue that drove me to this madness in the first place.
– horcle_buzz
Nov 13 '18 at 23:00