forked from gardener/gardener
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path35-namespacedcloudprofile.yaml
51 lines (51 loc) · 1.44 KB
/
35-namespacedcloudprofile.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
apiVersion: core.gardener.cloud/v1beta1
kind: NamespacedCloudProfile
metadata:
name: custom-cloudprofile-1
namespace: garden-local
spec:
# Specifies a parent CloudProfile from which the NamespacedCloudProfile inherits, the result will be written into the status of the NamespacedCloudProfile.
# Every other field is optional in a NamespacedCloudProfile.
parent:
kind: CloudProfile
name: local # could be any CloudProfile
kubernetes:
versions:
- version: 1.29.0
expirationDate: "2025-02-28T23:59:59Z"
machineTypes:
- name: local-large
cpu: "4"
gpu: "0"
memory: 16Gi
usable: true
machineImages:
- name: local
versions:
- version: 1.0.1-dev
architectures:
- amd64
cri:
- name: containerd
- version: 1.0.0
expirationDate: "2024-12-31T23:59:59Z"
- name: ubuntu-custom
versions:
- version: 18.04.201906170
architectures:
- amd64
cri:
- name: containerd
providerConfig:
apiVersion: local.provider.extensions.gardener.cloud/v1alpha1
kind: CloudProfileConfig
machineImages:
- name: local
versions:
- version: 1.0.1-dev
image: local-skaffold/gardener-extension-provider-local-node:v1.0.1-dev
- name: ubuntu-custom
versions:
- version: 18.04.201906170
image: local-skaffold/gardener-extension-provider-ubuntu-node:18.04.201906170
# volumeTypes: # add additional volume types if necessary