move external-snapshotter under kube-system
This commit is contained in:
16
kube-system/external-snapshotter/kustomization.yaml
Normal file
16
kube-system/external-snapshotter/kustomization.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
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
|
||||
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
|
||||
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshots.yaml
|
||||
|
||||
# Pull in the Snapshot Controller’s RBAC and Deployment
|
||||
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/deploy/kubernetes/snapshot-controller/rbac-snapshot-controller.yaml
|
||||
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml
|
||||
@@ -7,4 +7,5 @@ resources:
|
||||
- ./descheduler.yaml
|
||||
- ./kube-state-metrics.yaml
|
||||
- ./metrics-server.yaml
|
||||
- ./external-snapshotter
|
||||
# - ./nvidia-device-plugin.yml
|
||||
|
||||
Reference in New Issue
Block a user