-
Notifications
You must be signed in to change notification settings - Fork 55
/
acre.yaml.example
72 lines (65 loc) · 2.86 KB
/
acre.yaml.example
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
landscape:
name: my-gardener
domain: prefix.mydomain.org
cluster:
# kubeconfig: ./kubeconfig # optional
networks:
nodes: <node CIDR>
pods: <pod CIDR>
services: <service CIDR>
iaas:
- name: (( iaas[0].type )) # name of the seed
type: <gcp|aws|azure|openstack|vsphere> # iaas provider
region: <major region>-<minor region> # region for initial seed
zones: # remove zones block for Azure
- <major region>-<minor region>-<zone> # example: europe-west1-b
- <major region>-<minor region>-<zone> # example: europe-west1-c
- <major region>-<minor region>-<zone> # example: europe-west1-d
credentials: # provide access to IaaS layer used for creating resources for shoot clusters
# your credentials here
# - name: # see above
# type: <gcp|aws|azure|openstack|vsphere> # see above
# region: <major region>-<minor region> # region for seed
# zones: # remove zones block for Azure
# - <major region>-<minor region>-<zone> # example: europe-west1-b
# - <major region>-<minor region>-<zone> # example: europe-west1-c
# - <major region>-<minor region>-<zone> # example: europe-west1-d
# cluster: # information about your seed's base cluster
# networks: # CIDR IP ranges of seed cluster
# nodes: <CIDR IP range>
# pods: <CIDR IP range>
# services: <CIDR IP range>
# kubeconfig: # kubeconfig for seed cluster
# apiVersion: v1
# kind: Config
# ...
# credentials:
# # your credentials here
# etcd: # optional for gcp/aws/azure/openstack
# backup:
# type: <gcs|s3|abs|swift>
# region: (( iaas[0].region ))
# credentials: (( iaas[0].credentials ))
# dns: # optional for gcp/aws/azure/openstack
# type: <google-clouddns/aws-route53/azure-dns/openstack-designate/cloudflare-dns/infoblox-dns>
# credentials: (( iaas[0].credentials ))
identity:
users:
- email: "[email protected]"
username: "Admin"
password: "MyHardPassword123$"
# cert-manager:
# email: "[email protected]"
# server: live
# ## optional existing user account's key
# #privateKey: |+
# # -----BEGIN RSA PRIVATE KEY-----
# # MII...
# # ...
# # -----END RSA PRIVATE KEY-----
# gardener:
# controller:
# config:
# controllers: # provide arbitrary values for the
# project: # Gardener controller manager Helm
# concurrentSyncs: 20 # chart config.controllers field here