Skip to content

Commit

Permalink
Merge pull request #73 from charleszheng44/bug-71-quick-start
Browse files Browse the repository at this point in the history
Bugfix: fix error in quick start guide
  • Loading branch information
k8s-ci-robot committed May 22, 2021
2 parents 5f78101 + 5fc8676 commit 895eab7
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 895eab7

Please sign in to comment.