You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
was walking through the driver-install instructions and when I tried to run ./deploy/kubernetes/deploy-driver.sh I was prompted to supply values for env variables ENABLE_KMS and ENABLE_KMS_ADMIN which were not mentioned in the doc, though others env variables were.
I was able to progress by setting them to FALSE and suggest either defaulting them in the script or just add them where the other env values are mentioned, e.g. GCE_PD_DRIVER_VERSION.
was as of the following commit:
git log -1
commit 623471408aa65dd5d07295f3b282d6faf27b9700 (HEAD -> master, origin/master, origin/HEAD)
Merge: d285089d 772b8d7b
Author: Matt Cary <[email protected]>
Date: Mon Oct 6 13:11:05 2025 -0700
Merge pull request #2186 from julianKatz/constants-in-own-package
Move constants.go into new pkg/constants