Compare commits

..

4 Commits

Author SHA1 Message Date
272128fe59 feat: Switched to longhorn 2025-12-05 05:28:42 +01:00
da8ac45ef2 feat: Added openebs patch 2025-12-05 05:28:41 +01:00
fe8e43fdc4 chore: Added pre-commit hooks 2025-12-05 05:28:41 +01:00
c0feadc664 fix: Increase available resourcecs 2025-12-05 05:28:25 +01:00
7 changed files with 2 additions and 25 deletions

View File

@@ -32,12 +32,8 @@ patches:
- !patch spegel - !patch spegel
- !patch longhorn - !patch longhorn
- !patch longhorn-user-volume - !patch longhorn-user-volume
- !patch local-path-provisioner-volume
- !patch limit-ephemeral - !patch limit-ephemeral
- !patch metrics
patchesControlPlane: patchesControlPlane:
- !patch allow-control-plane-workloads - !patch allow-control-plane-workloads
- !patch sops - !patch sops
- !patch cluster-variables - !patch cluster-variables
- !patch metrics-cluster
- !patch gateway-api

View File

@@ -1,3 +0,0 @@
cluster:
extraManifests:
- https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.1/standard-install.yaml

View File

@@ -2,4 +2,4 @@ apiVersion: v1alpha1
kind: VolumeConfig kind: VolumeConfig
name: EPHEMERAL name: EPHEMERAL
provisioning: provisioning:
maxSize: 30GB maxSize: 8GB

View File

@@ -1,8 +0,0 @@
apiVersion: v1alpha1
kind: UserVolumeConfig
name: local-path-provisioner
provisioning:
diskSelector:
match: system_disk
grow: true
maxSize: 10GB

View File

@@ -1,4 +0,0 @@
cluster:
extraManifests:
- https://raw.githubusercontent.com/alex1989hu/kubelet-serving-cert-approver/main/deploy/standalone-install.yaml
- https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml

View File

@@ -1,4 +0,0 @@
machine:
kubelet:
extraArgs:
rotate-server-certificates: true

View File

@@ -5,7 +5,7 @@ ROOT=$(git rev-parse --show-toplevel)
VM_NAME="talos-vm" VM_NAME="talos-vm"
VCPUS="6" VCPUS="6"
RAM_MB="16384" RAM_MB="16384"
DISK_GB="100" DISK_GB="20"
NETWORK=talos NETWORK=talos
CONNECTION="qemu:///system" CONNECTION="qemu:///system"