-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error creating storage driver on google cloud storage #517
Comments
@basicsaki what you've described seems entirely correct. Can you confirm that use of the same Otherwise, I wonder if this is similar to #497 ? |
Hey thanks for the response. Since gsutil came bundled with gcloud so the only credentialed accounts is using the service account. gcloud auth list I am able to run commands like gsutil ls with the permissions in the service account. Was able to create a bucket as well |
I am facing this issue too from 5/30 16:45 GMT. The deis-builder pod repeat restarting over and over. It worked fine before. Helm version
deis version And I was able to get resources from gcs by |
It seems works fine from 5/31 20:30 GMT. I don't know why. |
Bizarre... yes, similar to the aforementioned issue (#497) it seems to be something on GKE/gcloud's end. |
Can confirm . Builder pod is running with the same configuration as used before. |
We are facing an issue while trying to test deis out.When configured with GCS in values.yaml deis-builder doesn't seem to work.
As per the documentation we created a service account on google console and encoded the same to base64.
$(cat ~/path/to/key.json | base64 -w 0) and added the dump to the values at registry and storage options(we are using google for both. Tried a service account with owner permissions aswell.).
Followed by installing deis workflow
helm install deis/workflow --namespace deis -f values.yaml
Have tried a ton number of things but this doesn't seem to work.Please do let us know if we are doing something wrong or is it a bug with deis-builder.
Helm Version
Client: &version.Version{SemVer:"v2.4.1", GitCommit:"46d9ea82e2c925186e1fc620a8320ce1314cbb02", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.4.1", GitCommit:"46d9ea82e2c925186e1fc620a8320ce1314cbb02", GitTreeState:"clean"}
deis version
v2.14.0
Error log on deis-builder pod
"Error creating storage driver (Post https://www.googleapis.com/storage/v1/b?alt=json&project=project: stream error: stream ID 3; PROTOCOL_ERROR)"
Please do let me know if some other logs are needed from my end.
P.S: Kudos to the amazing work done by deis team.
The text was updated successfully, but these errors were encountered: