README: clarify gcr image updating

Looks like this is still confusing users.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-08-30 10:58:22 -07:00
parent 228105d229
commit ea02858fad
No known key found for this signature in database
GPG Key ID: 5C02521D7B216AD6
1 changed files with 8 additions and 5 deletions

View File

@ -110,12 +110,15 @@ Find **Protocol Buffers Descriptions** at the [`./pb` directory](./pb).
gcloud auth configure-docker -q
3. Edit `skaffold.yaml`, prepend your GCR registry host (`gcr.io/YOUR_PROJECT/`)
to all `imageName:` fields (or update the existing project name).
3. Set your project ID on image names:
4. Edit the Deployment manifests in
[`./kubernetes-manifests`](./kubernetes-manifests) directory and update the
`image:` fields to match the changes you made in the previous step.
- Edit `skaffold.yaml`, update the `imageName:` fields that look lik
`gcr.io/[PROJECT_ID]` with your own GCP project ID.
- Similarly, edit all Kubernetes Deployment manifests in the
[`./kubernetes-manifests`](./kubernetes-manifests) directory. Find the
`image:` fields with `gcr.io/...` and change them to your own GCP project
ID.
5. Run `skaffold run` from the root of this repository. This command:
- builds the container images