Skip to content

Instantly share code, notes, and snippets.

@IronCore864
Created August 3, 2020 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IronCore864/6fc2338cfbfb1902be80b539ddd5cd72 to your computer and use it in GitHub Desktop.
Save IronCore864/6fc2338cfbfb1902be80b539ddd5cd72 to your computer and use it in GitHub Desktop.
tiexin@Tiexins-MacBook-Pro ~ $ eksctl create cluster -n test --managed
[ℹ] eksctl version 0.24.0
[ℹ] using region eu-central-1
[ℹ] setting availability zones to [eu-central-1c eu-central-1b eu-central-1a]
[ℹ] subnets for eu-central-1c - public:192.168.0.0/19 private:192.168.96.0/19
[ℹ] subnets for eu-central-1b - public:192.168.32.0/19 private:192.168.128.0/19
[ℹ] subnets for eu-central-1a - public:192.168.64.0/19 private:192.168.160.0/19
[ℹ] using Kubernetes version 1.16
[ℹ] creating EKS cluster "test" in "eu-central-1" region with managed nodes
[ℹ] will create 2 separate CloudFormation stacks for cluster itself and the initial managed nodegroup
[ℹ] if you encounter any issues, check CloudFormation console or try 'eksctl utils describe-stacks --region=eu-central-1 --cluster=test'
[ℹ] CloudWatch logging will not be enabled for cluster "test" in "eu-central-1"
[ℹ] you can enable it with 'eksctl utils update-cluster-logging --region=eu-central-1 --cluster=test'
[ℹ] Kubernetes API endpoint access will use default of {publicAccess=true, privateAccess=false} for cluster "test" in "eu-central-1"
[ℹ] 2 sequential tasks: { create cluster control plane "test", 2 sequential sub-tasks: { no tasks, create managed nodegroup "ng-fcd2db5e" } }
[ℹ] building cluster stack "eksctl-test-cluster"
[ℹ] deploying stack "eksctl-test-cluster"
[ℹ] building managed nodegroup stack "eksctl-test-nodegroup-ng-fcd2db5e"
[ℹ] deploying stack "eksctl-test-nodegroup-ng-fcd2db5e"
[ℹ] waiting for the control plane availability...
[✔] saved kubeconfig as "/Users/tiexin/.kube/config"
[ℹ] no tasks
[✔] all EKS cluster resources for "test" have been created
[ℹ] nodegroup "ng-fcd2db5e" has 2 node(s)
[ℹ] node "ip-192-168-25-248.eu-central-1.compute.internal" is ready
[ℹ] node "ip-192-168-43-237.eu-central-1.compute.internal" is ready
[ℹ] waiting for at least 2 node(s) to become ready in "ng-fcd2db5e"
[ℹ] nodegroup "ng-fcd2db5e" has 2 node(s)
[ℹ] node "ip-192-168-25-248.eu-central-1.compute.internal" is ready
[ℹ] node "ip-192-168-43-237.eu-central-1.compute.internal" is ready
[ℹ] kubectl command should work with "/Users/tiexin/.kube/config", try 'kubectl get nodes'
[✔] EKS cluster "test" in "eu-central-1" region is ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment