move external-snapshotter under kube-system
This commit is contained in:
@@ -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
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
# external-snapshotter
|
|
||||||
|
|
||||||
https://github.com/kubernetes-csi/external-snapshotter/tree/master
|
|
||||||
|
|
||||||
@@ -3,6 +3,8 @@ kind: Kustomization
|
|||||||
|
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
|
|
||||||
|
# https://github.com/kubernetes-csi/external-snapshotter/tree/master
|
||||||
|
|
||||||
# Pull in the VolumeSnapshot CRDs
|
# Pull in the VolumeSnapshot CRDs
|
||||||
resources:
|
resources:
|
||||||
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
|
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
|
||||||
@@ -7,4 +7,5 @@ resources:
|
|||||||
- ./descheduler.yaml
|
- ./descheduler.yaml
|
||||||
- ./kube-state-metrics.yaml
|
- ./kube-state-metrics.yaml
|
||||||
- ./metrics-server.yaml
|
- ./metrics-server.yaml
|
||||||
|
- ./external-snapshotter
|
||||||
# - ./nvidia-device-plugin.yml
|
# - ./nvidia-device-plugin.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user