すごく簡単
kind create cluster --config kind.yaml --name kind-2 kind get clusters kubectl cluster-info --context kind-kind-2 kind delete cluster --name kind-2
ホストのIPが変わると挙動がおかしくなるので再作成する。
科学・IT・登山の話題
投稿日:2021年3月24日 更新日:
すごく簡単
kind create cluster --config kind.yaml --name kind-2 kind get clusters kubectl cluster-info --context kind-kind-2 kind delete cluster --name kind-2
ホストのIPが変わると挙動がおかしくなるので再作成する。
執筆者:admin
関連記事
ExternalNameの使い方 sample-externalnameサービスが外部に構築されたサービスとして、www1.consto.comとする。 これをwww1.contoso.comに対して …
デプロイメントはポッドの消失を担保する デプロイメント→ポッド生成→ノード(1)へ配置 デプロイメントはポッドを監視する ポッドからの反応がなくなった場合にはポッドを再作成する その時にノード(1)が …
$vagrant ssh It is required that your private key files are NOT accessible by others. This private k …
kubectl get nodesで certificateエラー
[root@ip-172-31-34-51 ~]# kubectl get nodes Unable to connect to the server: x509: certificate signe …