José Tomás Pérez
03/29/2022, 3:54 PMjuanlu
Rick Lamers
José Tomás Pérez
03/29/2022, 3:56 PMJacopo
03/29/2022, 3:57 PMJosé Tomás Pérez
03/29/2022, 3:57 PMJacopo
03/29/2022, 4:01 PM/userdir
to increase in size right?José Tomás Pérez
03/29/2022, 4:02 PMJacopo
03/29/2022, 4:06 PMdeploy/helm/charts/cluster-resources/charts/orchest/values.yaml
deploy/helm/charts/cluster-resources/charts/nfs/values.yaml
bash orchest install
orchest
namespaceJosé Tomás Pérez
03/29/2022, 4:10 PMJacopo
03/29/2022, 4:19 PMkubectl edit pvc -n orchest userdir-pvc
kubectl edit pvc -n orchest image-builder-cache-pvc
will open up the pvc yaml and will allow you to try and edit the pvc. My guess is that it won't allow you to when using a default minikube installation, so reinstalling orchest is your best bet right nowkubectl
installed this will do it:
minikube kubectl -- edit pvc -n orchest image-builder-cache-pvc
José Tomás Pérez
03/29/2022, 4:36 PMJacopo
03/29/2022, 4:41 PMJosé Tomás Pérez
03/29/2022, 7:55 PM.yaml
but still the disk space in orchest is 20gb...
Is there a step we are missing??Navid H
03/29/2022, 9:32 PMkubectl get pvc -n orchest -o yaml
Jacopo
03/30/2022, 7:50 AMJosé Tomás Pérez
03/30/2022, 1:04 PMJacopo
03/30/2022, 1:06 PMJosé Tomás Pérez
03/30/2022, 1:11 PMJacopo
03/30/2022, 1:13 PMJosé Tomás Pérez
03/30/2022, 1:14 PMJacopo
03/30/2022, 1:21 PM--disk-size
flag?--help
--disk-size='20000mb': Disk size allocated to the minikube VM (format: <number>[<unit>], where unit = b, k, m or g)
José Tomás Pérez
03/30/2022, 1:33 PMJacopo
03/30/2022, 1:38 PM/userdir
of the orchest-webserver
:
kubectl exec -n orchest -it deployment/orchest-webserver -- bash
/userdir/data/<whatever file>
will actually tell you if the pvc changes have workedMax Moreno
03/30/2022, 1:41 PMJacopo
03/30/2022, 1:43 PMMax Moreno
03/30/2022, 1:45 PMJacopo
03/30/2022, 2:16 PMorchest
namespace then run the installation again. Most likely related to download timeouts, fixing soon :))Rick Lamers
Max Moreno
03/30/2022, 6:23 PMJosé Tomás Pérez
03/30/2022, 6:58 PMMax Moreno
03/30/2022, 7:00 PMNavid H
03/30/2022, 9:40 PMkubectl get pods -n orchest -o json
Max Moreno
03/31/2022, 1:22 PMJacopo
03/31/2022, 1:24 PMMax Moreno
03/31/2022, 1:25 PMJacopo
03/31/2022, 1:26 PMMax Moreno
03/31/2022, 1:27 PM