We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49de2b9 commit d8fb7fdCopy full SHA for d8fb7fd
.werft/vm/manifests.ts
@@ -325,6 +325,10 @@ write_files:
325
kubectl apply -f /var/lib/gitpod/manifests/cert-manager.yaml
326
kubectl apply -f /var/lib/gitpod/manifests/metrics-server.yaml
327
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
+
332
cat <<EOF >> /etc/bash.bashrc
333
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
334
EOF
0 commit comments