Skip to content

Commit

Permalink
resolve issue kubernetes-retired#71
Browse files Browse the repository at this point in the history
  • Loading branch information
charleszheng44 committed May 22, 2021
1 parent 5f78101 commit 5fc8676
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit 5fc8676

Please sign in to comment.