move external-snapshotter under kube-system

This commit is contained in:
2026-01-03 09:22:05 +02:00
parent 6bdfdaed5f
commit 4b564e2366
4 changed files with 3 additions and 25 deletions

View File

@@ -1,21 +0,0 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: external-snapshotter
namespace: argocd
spec:
project: k-space.ee
source:
# also depends on git@git.k-space.ee:secretspace/kube.git
repoURL: git@git.k-space.ee:k-space/kube.git
targetRevision: HEAD
path: external-snapshotter
destination:
server: 'https://kubernetes.default.svc'
namespace: kube-system
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true

View File

@@ -1,4 +0,0 @@
# external-snapshotter
https://github.com/kubernetes-csi/external-snapshotter/tree/master

View File

@@ -3,6 +3,8 @@ kind: Kustomization
namespace: kube-system
# https://github.com/kubernetes-csi/external-snapshotter/tree/master
# Pull in the VolumeSnapshot CRDs
resources:
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml

View File

@@ -7,4 +7,5 @@ resources:
- ./descheduler.yaml
- ./kube-state-metrics.yaml
- ./metrics-server.yaml
- ./external-snapshotter
# - ./nvidia-device-plugin.yml