We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcloud実行時にopensslのエラーが表示されてコマンドが実行できない
ERROR: gcloud failed to load: dlopen(/Users/miho/.pyenv/versions/3.7.2/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so, 2): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib Referenced from: /Users/miho/.pyenv/versions/3.7.2/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so
解決方法: うっかり pyenv refresh を実施したことが原因でした。
pyenv refresh
systemに戻して再実施すると戻りました。
The text was updated successfully, but these errors were encountered:
ココからやる https://github.com/kelseyhightower/kubernetes-the-hard-way/blob/master/docs/05-kubernetes-configuration-files.md
Sorry, something went wrong.
etcd https://github.com/etcd-io/etcd
controller-0でetcdをスタートするところで失敗する。 →1,2でも同じエラーが出るか確認 →controller-1では成功
controller-0でetcd.serviceを消してhttps://github.com/kelseyhightower/kubernetes-the-hard-way/blob/master/docs/07-bootstrapping-etcd.md#configure-the-etcd-server からやり直す。 →成功
No branches or pull requests
gcloud実行時にopensslのエラーが表示されてコマンドが実行できない
解決方法:
うっかり
pyenv refresh
を実施したことが原因でした。
systemに戻して再実施すると戻りました。
The text was updated successfully, but these errors were encountered: