Skip to content

Commit d8fb7fd

Browse files
jentingroboquat
authored andcommitted
Install the snapshotter CRDs and the snapshot controller
Signed-off-by: JenTing Hsiao <[email protected]>
1 parent 49de2b9 commit d8fb7fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.werft/vm/manifests.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,10 @@ write_files:
325325
kubectl apply -f /var/lib/gitpod/manifests/cert-manager.yaml
326326
kubectl apply -f /var/lib/gitpod/manifests/metrics-server.yaml
327327
328+
# install CSI snapshotter CRDs and snapshot controller
329+
kubectl apply -f /var/lib/gitpod/manifests/csi-snapshotter-crd.yaml
330+
kubectl apply -f /var/lib/gitpod/manifests/csi-snapshot-controller.yaml
331+
328332
cat <<EOF >> /etc/bash.bashrc
329333
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
330334
EOF

0 commit comments

Comments
 (0)