-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheks.yaml
More file actions
59 lines (53 loc) · 1.14 KB
/
eks.yaml
File metadata and controls
59 lines (53 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: do-eks
version: "1.21"
region: us-east-1
availabilityZones:
- us-east-1a
- us-east-1b
- us-east-1c
- us-east-1d
iam:
withOIDC: true
addons:
- name: vpc-cni
version: v1.9.1-eksbuild.1
managedNodeGroups:
- name: p4d-24xlarge
instanceType: p4d.24xlarge
instancePrefix: p4d-efa
privateNetworking: true
availabilityZones: ["us-east-1b"]
efaEnabled: true
minSize: 0
desiredCapacity: 0
maxSize: 10
volumeSize: 900
labels: { processor: gpu, gpu: A100 }
iam:
withAddonPolicies:
imageBuilder: true
autoScaler: true
ebs: true
fsx: true
cloudWatch: true
- name: p3dn-24xlarge
instanceType: p3dn.24xlarge
instancePrefix: p3dn-efa
privateNetworking: true
availabilityZones: ["us-east-1b"]
efaEnabled: true
minSize: 0
desiredCapacity: 0
maxSize: 10
volumeSize: 900
labels: { processor: gpu, gpu: V100 }
iam:
withAddonPolicies:
imageBuilder: true
autoScaler: true
ebs: true
fsx: true
cloudWatch: true