sudo kubectl version
等でサーバーにアクセスしてThe connection to the server [IP]:[PORT] was refused - did you specify the right host or port?
になったときの対処方です。自分はこれで解決しました。
sudo -i
swapoff -a
exit
strace -eopenat kubectl version
Go to list of users who liked
More than 5 years have passed since last update.
sudo kubectl version
等でサーバーにアクセスしてThe connection to the server [IP]:[PORT] was refused - did you specify the right host or port?
になったときの対処方です。自分はこれで解決しました。
sudo -i
swapoff -a
exit
strace -eopenat kubectl version
Register as a new user and use Qiita more conveniently
Go to list of users who liked