1 Answers
Hi Celeste, A little more information would help. Are you running this in GKE, or did you manually deploy onto GCP nodes? If you’re in GKE you need to create a storage class definition with the type ‘pd-ssd’ and instantiate it, then have your PVC reference that class name. If you manually deployed a cluster with local SSD storage you will need to create a local storage class pointing at that local storage. Those tend to be slightly unreliable for dynamically created PVs so you’ll want to test.