gcp-filestore-csi-driver icon indicating copy to clipboard operation
gcp-filestore-csi-driver copied to clipboard

project_setup.sh unbound variable

Open 0snug0 opened this issue 7 years ago • 2 comments

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

0snug0 avatar Sep 18 '18 22:09 0snug0

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

fejta-bot avatar Apr 25 '19 16:04 fejta-bot

/remove-lifecycle stale /lifecycle frozen

msau42 avatar Apr 27 '19 01:04 msau42