-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Description
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
Metadata
Metadata
Assignees
Labels
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.