0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

wordpressをHelmでインストールするときにError: INSTLLATION FAILEDが出る

Last updated at Posted at 2021-12-09

環境

・Ubuntu 20.04.2 LTS
・microk8s
・Helm v3.7.1

症状

私のmicrok8sの環境下においてHelmをインストールし、wordpressをHelmでデプロイしようとすると以下のエラー文が発生してしまった。このエラーが発生するとwordpressをインストールすることができなかった

Error: INSTALLATION FAILED: Kubernetes cluster unreachable: Get "http://localhost:8080/version?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused

対処

このエラー文が何を示しているのかは不明である。これを解決するコマンドが以下に示す通りである

kubectl config view --raw >~/.kube/config

するとwordpressをインストールすることができた。

参考文献

Error: Kubernetes cluster unreachable with helm 3.0

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?