2021年8月24日火曜日

Lens(certificate系エラーの件)

 1)istioのインストールを行うとcert系のエラーが出る。


内容:

failed to update resource with server-side apply for obj EnvoyFilter/istio-system/tcp-stats-filter-1.10: Internal error occurred: failed calling webhook "validation.istio.io": Post "https://istiod.istio-system.svc:443/validate?timeout=10s": x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "cluster.local")










対処:

切り分けとして、個人で、作成したnamespaceなどの削除を行って

再度、istioの導入を行っても改善できないことがわかった。

シンプルに、docker desktopの初期化して、新規導入したらエラーは出なくなった。

0 件のコメント:

コメントを投稿

apache .htaccessのデバッグについて

dockerfileにapacheを入れているので、以下の記載により詳細なデバッグログが表示される  RUN sed -i 's/LogLevel warn/LogLevel info rewrite:trace8/g' /etc/apache2/a...