-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
I have set up workflow to use gcr on eu.gcr.io. On workflow v2.3.0 this worked just fine with the setup below, I think, but I might have missed something.
When I deploy, I get:
Pushing to registry
Build complete.
Launching App...
remote: 2016/09/26 21:50:53 Error running git receive hook [publishing release (Unknown Error (400): {"detail":"PORT needs to be set in the config when using a private registry"})]
Below part of my generate_params.toml (key_json cleaned):
# Set the location of Workflow's Registry
#
# Valid values are:
# - on-cluster: Run registry within the Kubernetes cluster
# - off-cluster: Use registry outside the Kubernetes cluster (example: dockerhub,quay.io,self-hosted)
# - ecr: Use Amazon's ECR
# - gcr: Use Google's GCR
registry_location = "gcr"
# ...
[gcr]
key_json = '''{"actual":"key","present":"here"}'''
hostname = "eu.gcr.io"In deis-registry-token-refresher.yaml I have:
- name: "DEIS_REGISTRY_SECRET_PREFIX"
value: "private-registry"Version Info
- Workflow 2.5.0
- GKE Master/Node version 1.3.7
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels