mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 09:39:56 +00:00
11 lines
172 B
Bash
Executable File
11 lines
172 B
Bash
Executable File
#!/bin/sh
|
|
eksctl create cluster \
|
|
--node-type=t3.large \
|
|
--nodes-max=10 \
|
|
--alb-ingress-access \
|
|
--asg-access \
|
|
--ssh-access \
|
|
--with-oidc \
|
|
#
|
|
|