forked from gardener/gardener
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path35-namespacedcloudprofile.yaml
More file actions
56 lines (56 loc) · 1.54 KB
/
35-namespacedcloudprofile.yaml
File metadata and controls
56 lines (56 loc) · 1.54 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
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 merged 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.31.1
expirationDate: "2025-02-28T23:59:59Z"
machineTypes:
- name: local-large
cpu: "4"
gpu: "0"
memory: 16Gi
usable: true
machineImages:
- name: local
# updateStrategy: minor
versions:
- version: 1.0.1-dev
architectures:
- amd64
cri:
- name: containerd
- version: 1.0.0
expirationDate: "2024-12-31T23:59:59Z"
- name: ubuntu-custom
updateStrategy: major
versions:
- version: 18.4.201906170
architectures:
- amd64
cri:
- name: containerd
# limits: # optional
# maxNodesTotal: 1000
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.4.201906170
image: local-skaffold/gardener-extension-provider-ubuntu-node:18.04.201906170
# volumeTypes: # add additional volume types if necessary