gcp-filestore-csi-driver
gcp-filestore-csi-driver copied to clipboard
project_setup.sh unbound variable
Command and error message
./deploy/project_setup.sh
+ set -o nounset
+ set -o errexit
++ dirname ./deploy/project_setup.sh
+ mydir=./deploy
+ source ./deploy/common.sh
++ set -o nounset
++ set -o errexit
++ GCFS_SA_DIR=/Users/ericlugo
++ GCFS_SA_FILE=/Users/ericlugo/gcp_filestore_csi_driver_sa.json
++ GCFS_SA_NAME=gcp-filestore-csi-driver-sa
++ GCFS_NS=gcp-filestore-csi-driver
./deploy/project_setup.sh: line 10: PROJECT: unbound variable
Fix:
Add PROJECT=$(gcloud info --format='value(config.project)') within the project_setup.sh script
Or add clearer documentation to set $PROJECT variable before running script
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
/remove-lifecycle stale /lifecycle frozen