We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d631749 commit 2b99006Copy full SHA for 2b99006
examples/home-lab/manuels-k8s-cluster.yaml
@@ -0,0 +1,33 @@
1
+---
2
+apiVersion: cluster.x-k8s.io/v1beta1
3
+kind: Cluster
4
+metadata:
5
+ labels:
6
+ caprox.eu/cni: cilium-v1.17.4
7
+ name: manuels-k8s-cluster
8
+ namespace: caprox-kubernetes-engine
9
+spec:
10
+ topology:
11
+ class: proxmox-clusterclass-cilium-v0.1.0
12
+ version: 1.33.1
13
+ controlPlane:
14
+ replicas: 1
15
+ workers:
16
+ machineDeployments:
17
+ - class: proxmox-worker
18
+ name: proxmox-worker-pool
19
20
+ variables:
21
+ - name: cloneSpec
22
+ value:
23
+ vmTemplate:
24
+ sourceNode: node01
25
+ templateID: 114
26
+ machineSpec:
27
28
+ memoryMiB: 16384
29
+ workerNode:
30
31
+ - name: controlPlaneEndpoint
32
33
+ host: 192.168.2.201
0 commit comments