Reorganized topolvm
This commit is contained in:
@@ -4,7 +4,6 @@ resources:
|
||||
- akri.yaml
|
||||
- cloudnative-pg.yaml
|
||||
- ./rook
|
||||
- ./topolvm
|
||||
- ./node-feature-discovery
|
||||
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.8/manifests/dragonfly-operator.yaml
|
||||
- https://github.com/kubernetes-csi/external-snapshotter//client/config/crd?ref=v8.2.0
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: topolvm
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: topolvm
|
||||
reconcileStrategy: ChartVersion
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: topolvm
|
||||
version: 15.5.1
|
||||
interval: 1m0s
|
||||
values:
|
||||
lvmd:
|
||||
deviceClasses:
|
||||
- name: "thin"
|
||||
volume-group: rl
|
||||
default: true
|
||||
type: thin
|
||||
thin-pool:
|
||||
name: "pool"
|
||||
overprovision-ratio: 2.0
|
||||
|
||||
storageClasses:
|
||||
- name: topolvm-provisioner
|
||||
storageClass:
|
||||
fsType: xfs
|
||||
isDefaultClass: false
|
||||
volumeBindingMode: WaitForFirstConsumer
|
||||
allowVolumeExpansion: true
|
||||
additionalParameters:
|
||||
'{{ include "topolvm.pluginName" . }}/device-class': "thin"
|
||||
@@ -1,7 +0,0 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: topolvm
|
||||
spec:
|
||||
interval: 1m0s
|
||||
url: https://topolvm.github.io/topolvm
|
||||
@@ -1,8 +0,0 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: topolvm-system
|
||||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./helm-repository.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./volume-snapshot-class.yaml
|
||||
@@ -1,7 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: topolvm-system
|
||||
# TODO: We need to do the same thing for the kube-system namespace
|
||||
labels:
|
||||
topolvm.io/webhook: ignore
|
||||
@@ -1,6 +0,0 @@
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
kind: VolumeSnapshotClass
|
||||
metadata:
|
||||
name: topolvm-provisioner-thin
|
||||
driver: topolvm.io
|
||||
deletionPolicy: Delete
|
||||
Reference in New Issue
Block a user