東京リージョンでcloud9を新規で作成し、eksctlでクラスターを作成しようとしたところ、
途中でタイムアウトします。タイムアウト時間を60minにしても変化なしでした。
なにか事前準備が必要なのでしょうか。
sh
1admin:~/environment $ eksctl create cluster --name test --node-type t2.nano --nodes 2 2[ℹ] using region ap-northeast-1 3[ℹ] setting availability zones to [ap-northeast-1d ap-northeast-1a ap-northeast-1c] 4[ℹ] subnets for ap-northeast-1d - public:192.168.0.0/19 private:192.168.96.0/19 5[ℹ] subnets for ap-northeast-1a - public:192.168.32.0/19 private:192.168.128.0/19 6[ℹ] subnets for ap-northeast-1c - public:192.168.64.0/19 private:192.168.160.0/19 7[ℹ] nodegroup "ng-5c947db7" will use "ami-0a67c71d2ab43d36f" [AmazonLinux2/1.13] 8[ℹ] using Kubernetes version 1.13 9[ℹ] creating EKS cluster "test" in "ap-northeast-1" region 10[ℹ] will create 2 separate CloudFormation stacks for cluster itself and the initial nodegroup 11[ℹ] if you encounter any issues, check CloudFormation console or try 'eksctl utils describe-stacks --region=ap-northeast-1 --name=test' 12[ℹ] CloudWatch logging will not be enabled for cluster "test" in "ap-northeast-1" 13[ℹ] you can enable it with 'eksctl utils update-cluster-logging --region=ap-northeast-1 --name=test' 14[ℹ] 2 sequential tasks: { create cluster control plane "test", create nodegroup "ng-5c947db7" } 15[ℹ] building cluster stack "eksctl-test-cluster" 16[ℹ] deploying stack "eksctl-test-cluster" 17[ℹ] building nodegroup stack "eksctl-test-nodegroup-ng-5c947db7" 18[ℹ] --nodes-min=2 was set automatically for nodegroup ng-5c947db7 19[ℹ] --nodes-max=2 was set automatically for nodegroup ng-5c947db7 20[ℹ] deploying stack "eksctl-test-nodegroup-ng-5c947db7" 21[✔] all EKS cluster resource for "test" had been created 22[✔] saved kubeconfig as "/home/ec2-user/.kube/config" 23[✖] timed out waiting for control plane "test" after 25m0s
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。