Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 540 Bytes

File metadata and controls

18 lines (18 loc) · 540 Bytes
  1. One-time per project: Create GCP service account for CSI driver
    1. Export environment variables for location for service account private key file and name of the service account
    $ export SA_FILE=~/.../cloud-sa.json
    $ export GCEPD_SA_NAME=sample-service-account
    
    1. Setup project with script
    $ ./deploy/setup_project.sh
    
  2. Deploy driver to Kubernetes cluster
$ ./deploy/kubernetes/deploy_driver.sh
  1. Create example PVC and Pod
$ kubectl apply -f ./examples/demo-pod.yaml