forked from gardener/gardener
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloudprofile-azure.yaml
72 lines (72 loc) · 1.42 KB
/
cloudprofile-azure.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
65
66
67
68
69
70
71
72
---
apiVersion: garden.sapcloud.io/v1beta1
kind: CloudProfile
metadata:
name: azure
spec:
# caBundle: |
# -----BEGIN CERTIFICATE-----
# ...
# -----END CERTIFICATE-----
azure:
constraints:
dnsProviders:
- name: aws-route53
- name: unmanaged
kubernetes:
versions:
- 1.8.10
machineImages:
- name: CoreOS
publisher: CoreOS
offer: CoreOS
sku: Stable
version: 1632.3.0
machineTypes:
- name: Standard_DS2_v2
cpu: "2"
gpu: "0"
memory: 7Gi
- name: Standard_DS3_v2
cpu: "4"
gpu: "0"
memory: 14Gi
- name: Standard_DS4_v2
cpu: "8"
gpu: "0"
memory: 28Gi
- name: Standard_DS5_v2
cpu: "16"
gpu: "0"
memory: 56Gi
- name: Standard_F2s
cpu: "2"
gpu: "0"
memory: 4Gi
- name: Standard_F4s
cpu: "4"
gpu: "0"
memory: 8Gi
- name: Standard_F8s
cpu: "8"
gpu: "0"
memory: 16Gi
- name: Standard_F16s
cpu: "16"
gpu: "0"
memory: 32Gi
volumeTypes:
- name: standard
class: standard
- name: premium
class: premium
countUpdateDomains:
- region: westeurope
count: 5
- region: eastus
count: 5
countFaultDomains:
- region: westeurope
count: 2
- region: eastus
count: 2