forked from gardener/gardener
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloudprofile-gcp.yaml
64 lines (64 loc) · 1.32 KB
/
cloudprofile-gcp.yaml
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
60
61
62
63
64
---
apiVersion: garden.sapcloud.io/v1beta1
kind: CloudProfile
metadata:
name: gcp
spec:
# caBundle: |
# -----BEGIN CERTIFICATE-----
# ...
# -----END CERTIFICATE-----
gcp:
constraints:
dnsProviders:
- name: aws-route53
- name: unmanaged
kubernetes:
versions:
- 1.10.0
- 1.9.6
- 1.8.10
machineImages:
- name: CoreOS
image: projects/coreos-cloud/global/images/coreos-stable-1576-5-0-v20180105
machineTypes:
- name: n1-standard-2
cpu: "2"
gpu: "0"
memory: 7500Mi
- name: n1-standard-4
cpu: "4"
gpu: "0"
memory: 15Gi
- name: n1-standard-8
cpu: "8"
gpu: "0"
memory: 30Gi
- name: n1-standard-16
cpu: "16"
gpu: "0"
memory: 60Gi
- name: n1-standard-32
cpu: "32"
gpu: "0"
memory: 120Gi
- name: n1-standard-64
cpu: "64"
gpu: "0"
memory: 240Gi
volumeTypes:
- name: pd-standard
class: standard
- name: pd-ssd
class: premium
zones:
- region: europe-west1
names:
- europe-west1-b
- europe-west1-c
- europe-west1-d
- region: us-east1
names:
- us-east1-b
- us-east1-c
- us-east1-d