Skip to content

Instantly share code, notes, and snippets.

@sebgoa
Created March 31, 2016 14:27
Show Gist options
  • Save sebgoa/b696ca5662ff3ce84ad457d9b207e979 to your computer and use it in GitHub Desktop.
Save sebgoa/b696ca5662ff3ce84ad457d9b207e979 to your computer and use it in GitHub Desktop.
$ bin/helm --debug deploy --name test --properties "workers=2" gs://kubernetes-charts-testing/redis-2.tgz
POST /api/v1/proxy/namespaces/helm/services/manager-service:manager/deployments HTTP/1.1
Host: localhost:8001
User-Agent: helm/v0.0.1+6ec1c9e
Content-Length: 124
Accept: application/json
Content-Type: application/json
Accept-Encoding: gzip
{"resources":[{"name":"test","type":"gs://kubernetes-charts-testing/redis-2.tgz","properties":{"workers":2}}],"name":"test"}HTTP/1.1 400 Bad Request
Content-Length: 311
Content-Type: application/json
Date: Thu, 31 Mar 2016 14:25:55 GMT
{"status":"Bad Request","message":"cannot expand configuration:cannot get storage object named kubernetes-charts-testing/redis-2.tgz: Get https://www.googleapis.com/storage/v1/b/kubernetes-charts-testing/o/redis-2.tgz?alt=json: x509: failed to load system roots and no roots provided\n\u0026{[0xc82019f530]}\n"}[ERROR] cannot expand configuration:cannot get storage object named kubernetes-charts-testing/redis-2.tgz: Get https://www.googleapis.com/storage/v1/b/kubernetes-charts-testing/o/redis-2.tgz?alt=json: x509: failed to load system roots and no roots provided
&{[0xc82019f530]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment