Skip to content

Commit cc43d69

Browse files
JKBGIT1JKBGIT1
authored andcommitted
Add llms files to root
1 parent af50c15 commit cc43d69

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

llms-full.txt

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ In this example, two AWS providers are used — one with access to compute resou
719719
name: hetzner-1 # use your new hetzner provider hetzner-1 to create these nodes
720720
region: hel1
721721
zone: hel1-dc2
722-
serverType: cpx51
722+
serverType: cpx52
723723
image: ubuntu-22.04
724724
autoscaler: # this node pool uses a claudie autoscaler instead of static count of nodes
725725
min: 1
@@ -2100,7 +2100,7 @@ spec:
21002100
zone: hel1-dc2
21012101
count: 1
21022102
# Machine type name.
2103-
serverType: cpx11
2103+
serverType: cpx22
21042104
# OS image name.
21052105
image: ubuntu-24.04
21062106

@@ -2114,7 +2114,7 @@ spec:
21142114
zone: fsn1-dc14
21152115
count: 2
21162116
# Machine type name.
2117-
serverType: cpx11
2117+
serverType: cpx22
21182118
# OS image name.
21192119
image: ubuntu-24.04
21202120
storageDiskSize: 50
@@ -2129,7 +2129,7 @@ spec:
21292129
zone: nbg1-dc3
21302130
count: 2
21312131
# Machine type name.
2132-
serverType: cpx11
2132+
serverType: cpx22
21332133
# OS image name.
21342134
image: ubuntu-24.04
21352135
storageDiskSize: 50
@@ -2192,7 +2192,7 @@ spec:
21922192
zone: hel1-dc2
21932193
count: 1
21942194
# Machine type name.
2195-
serverType: cpx11
2195+
serverType: cpx22
21962196
# OS image name.
21972197
image: ubuntu-24.04
21982198

@@ -2206,7 +2206,7 @@ spec:
22062206
zone: fsn1-dc14
22072207
count: 2
22082208
# Machine type name.
2209-
serverType: cpx11
2209+
serverType: cpx22
22102210
# OS image name.
22112211
image: ubuntu-24.04
22122212

@@ -2220,7 +2220,7 @@ spec:
22202220
zone: fsn1-dc14
22212221
count: 2
22222222
# Machine type name.
2223-
serverType: cpx11
2223+
serverType: cpx22
22242224
# OS image name.
22252225
image: ubuntu-24.04
22262226
storageDiskSize: 50
@@ -2235,7 +2235,7 @@ spec:
22352235
zone: nbg1-dc3
22362236
count: 2
22372237
# Machine type name.
2238-
serverType: cpx11
2238+
serverType: cpx22
22392239
# OS image name.
22402240
image: ubuntu-24.04
22412241
storageDiskSize: 50
@@ -2798,7 +2798,7 @@ spec:
27982798
region: fsn1
27992799
zone: fsn1-dc14
28002800
count: 3
2801-
serverType: cpx11
2801+
serverType: cpx22
28022802
image: ubuntu-24.04
28032803

28042804
static:
@@ -2943,7 +2943,7 @@ spec:
29432943
region: hel1
29442944
zone: hel1-dc2
29452945
count: 3
2946-
serverType: cpx11
2946+
serverType: cpx22
29472947
image: ubuntu-24.04
29482948
labels:
29492949
country: finland
@@ -2961,7 +2961,7 @@ spec:
29612961
region: hel1
29622962
zone: hel1-dc2
29632963
count: 2
2964-
serverType: cpx11
2964+
serverType: cpx22
29652965
image: ubuntu-24.04
29662966
storageDiskSize: 50
29672967
labels:
@@ -2975,7 +2975,7 @@ spec:
29752975
name: hetzner-1
29762976
region: hel1
29772977
zone: hel1-dc2
2978-
serverType: cpx11
2978+
serverType: cpx22
29792979
image: ubuntu-24.04
29802980
storageDiskSize: 50
29812981
autoscaler:
@@ -3093,7 +3093,7 @@ spec:
30933093
region: hel1
30943094
zone: hel1-dc2
30953095
count: 2
3096-
serverType: cpx11
3096+
serverType: cpx22
30973097
image: ubuntu-24.04
30983098

30993099
# Static nodepools are created by user beforehand.
@@ -3574,7 +3574,7 @@ spec:
35743574
zone: hel1-dc2
35753575
count: 1
35763576
# Machine type name.
3577-
serverType: cpx11
3577+
serverType: cpx22
35783578
# OS image name.
35793579
image: ubuntu-22.04
35803580

@@ -3588,7 +3588,7 @@ spec:
35883588
zone: fsn1-dc14
35893589
count: 2
35903590
# Machine type name.
3591-
serverType: cpx11
3591+
serverType: cpx22
35923592
# OS image name.
35933593
image: ubuntu-22.04
35943594
storageDiskSize: 50
@@ -3603,7 +3603,7 @@ spec:
36033603
zone: nbg1-dc3
36043604
count: 2
36053605
# Machine type name.
3606-
serverType: cpx11
3606+
serverType: cpx22
36073607
# OS image name.
36083608
image: ubuntu-22.04
36093609
storageDiskSize: 50
@@ -4059,7 +4059,7 @@ Name of the Kubernetes cluster. The name is limited by 28 characters. Each clust
40594059

40604060
Kubernetes version of the cluster.
40614061

4062-
Version should be defined in format `vX.Y`. In terms of supported versions of Kubernetes, Claudie follows `kubeone` releases and their supported versions. The current `kubeone` version used in Claudie is `1.10.0`. To see the list of supported versions, please refer to `kubeone` [documentation](https://docs.kubermatic.com/kubeone/v1.10/architecture/compatibility/supported-versions/).
4062+
Version should be defined in format `vX.Y`. In terms of supported versions of Kubernetes, Claudie follows `kubeone` releases and their supported versions. The current `kubeone` version used in Claudie is `1.12.0`. To see the list of supported versions, please refer to `kubeone` [documentation](https://docs.kubermatic.com/kubeone/v1.12/architecture/compatibility/supported-versions/).
40634063

40644064
- `network`
40654065

@@ -4487,7 +4487,7 @@ spec:
44874487
region: hel1
44884488
zone: hel1-dc2
44894489
count: 3
4490-
serverType: cpx21
4490+
serverType: cpx22
44914491
image: ubuntu-22.04
44924492

44934493
- name: datastore
@@ -4496,7 +4496,7 @@ spec:
44964496
region: hel1
44974497
zone: hel1-dc2
44984498
count: 5
4499-
serverType: cpx21
4499+
serverType: cpx22
45004500
image: ubuntu-22.04
45014501
storageDiskSize: 800
45024502
taints:
@@ -4510,7 +4510,7 @@ spec:
45104510
region: hel1
45114511
zone: hel1-dc2
45124512
count: 10
4513-
serverType: cpx41
4513+
serverType: cpx42
45144514
image: ubuntu-22.04
45154515
taints:
45164516
- key: node-type
@@ -4523,7 +4523,7 @@ spec:
45234523
region: hel1
45244524
zone: hel1-dc2
45254525
count: 1
4526-
serverType: cpx21
4526+
serverType: cpx22
45274527
image: ubuntu-22.04
45284528

45294529
kubernetes:
@@ -5351,7 +5351,7 @@ Nodepools specified in the InputManifest are immutable. Once created, they canno
53515351
region: fsn1
53525352
zone: fsn1-dc14
53535353
count: 1
5354-
serverType: cpx11
5354+
serverType: cpx22
53555355
image: ubuntu-22.04
53565356
...
53575357

@@ -5366,7 +5366,7 @@ Nodepools specified in the InputManifest are immutable. Once created, they canno
53665366
region: fsn1
53675367
zone: fsn1-dc14
53685368
count: 1
5369-
serverType: cpx11
5369+
serverType: cpx22
53705370
image: ubuntu-24.04
53715371
...
53725372

@@ -5387,7 +5387,7 @@ The same concept applies to changing the server type of a dynamic nodepool.
53875387
region: fsn1
53885388
zone: fsn1-dc14
53895389
count: 1
5390-
serverType: cpx11
5390+
serverType: cpx22
53915391
image: ubuntu-22.04
53925392
...
53935393

@@ -5402,7 +5402,7 @@ The same concept applies to changing the server type of a dynamic nodepool.
54025402
region: fsn1
54035403
zone: fsn1-dc14
54045404
count: 1
5405-
serverType: cpx21
5405+
serverType: cpx22
54065406
image: ubuntu-22.04
54075407
...
54085408

0 commit comments

Comments
 (0)