From 5fc867670464519aeda43dcbae4931a3f318a15c Mon Sep 17 00:00:00 2001 From: Charles Zheng Date: Sat, 22 May 2021 12:05:00 -0700 Subject: [PATCH] resolve issue #71 --- docs/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 4103fe06..44bcc76a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -50,9 +50,7 @@ cd .. ### Create Docker Images, Manifests and Load Images ```shell -export PULL_POLICY=Never -export TAG=dev -make docker-build release-manifests +PULL_POLICY=Never TAG=dev make docker-build release-manifests kind load docker-image gcr.io/cluster-api-nested-controller-amd64:dev kind load docker-image gcr.io/nested-controlplane-controller-amd64:dev ``` @@ -100,7 +98,7 @@ define a custom hosts file by setting the `HOSTALIASES` env and append the IP-address-to-URL mapping to the hosts file. ```shell -echo '127.0.0.1 localhost1' >> ~/.hosts +echo '127.0.0.1 cluster-sample-apiserver' >> ~/.hosts export HOSTALIASES=~/.hosts ```