Skip to content

Commit 2b99006

Browse files
committed
added cluster for clusterclass shared ipool
1 parent d631749 commit 2b99006

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
replicas: 1
20+
variables:
21+
- name: cloneSpec
22+
value:
23+
vmTemplate:
24+
sourceNode: node01
25+
templateID: 114
26+
machineSpec:
27+
controlPlane:
28+
memoryMiB: 16384
29+
workerNode:
30+
memoryMiB: 16384
31+
- name: controlPlaneEndpoint
32+
value:
33+
host: 192.168.2.201

0 commit comments

Comments
 (0)