2019年4月1日月曜日

kubeadm init 失敗の対策について

◻️kubeadm init を実施すると、コネクション拒否のエラーが出て失敗に終わる。


root@rasp-master:~# kubeadm init --pod-network-cidr=10.0.0.0/16
==========================================
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused.
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused.
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused.
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused
===========================================


◻️対策とは、言えないが以下のコマンドを投入して回避することしか出来ていない。
リブートをしないと回避できないのは微妙ではあるが。。

swapoff -a
kubeadm reset

reboot

0 件のコメント:

コメントを投稿

SwiftBarで構築するLLM(llama-server)のワンクリック起動環境

  1. 実装のゴール M4 Maxのパワーを活かし、ローカルLLM環境( llama.cpp )をターミナルなしで制御することを目指します。 メニューバーにステータス(起動中/停止中)を表示。 ワンクリックで  llama-server  を起動・停止。 SwiftBarの仕様...