Merge pull request #8853 from justinsb/build_instructions_dns_controller

Update build instructions for dns controller
This commit is contained in:
Kubernetes Prow Robot 2020-04-05 20:49:46 -07:00 committed by GitHub
commit 451bbca59c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -94,14 +94,14 @@ export KOPS_BASE_URL=https://${GCS_BUCKET_NAME}.storage.googleapis.com/kops/${KO
Whether using GCS or S3, you probably want to upload dns-controller &
kops-contoller images if you have changed them:
For dns-controller (note the slightly different env vars until we build
dns-controller with bazel):
For dns-controller:
```bash
KOPS_VERSION=`bazel run //cmd/kops version -- --short`
export DOCKER_REGISTRY=${USER}
export DOCKER_IMAGE_PREFIX=${USER}/
export DOCKER_REGISTRY=
make dns-controller-push
export DNSCONTROLLER_IMAGE=${USER}/dns-controller:${KOPS_VERSION}
export DNSCONTROLLER_IMAGE=${DOCKER_IMAGE_PREFIX}dns-controller:${KOPS_VERSION}
```
For kops-controller: