Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 895eab7

Browse files
authored
Merge pull request #73 from charleszheng44/bug-71-quick-start
Bugfix: fix error in quick start guide
2 parents 5f78101 + 5fc8676 commit 895eab7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ cd ..
5050
### Create Docker Images, Manifests and Load Images
5151

5252
```shell
53-
export PULL_POLICY=Never
54-
export TAG=dev
55-
make docker-build release-manifests
53+
PULL_POLICY=Never TAG=dev make docker-build release-manifests
5654
kind load docker-image gcr.io/cluster-api-nested-controller-amd64:dev
5755
kind load docker-image gcr.io/nested-controlplane-controller-amd64:dev
5856
```
@@ -100,7 +98,7 @@ define a custom hosts file by setting the `HOSTALIASES` env and append the
10098
IP-address-to-URL mapping to the hosts file.
10199

102100
```shell
103-
echo '127.0.0.1 localhost1' >> ~/.hosts
101+
echo '127.0.0.1 cluster-sample-apiserver' >> ~/.hosts
104102
export HOSTALIASES=~/.hosts
105103
```
106104

0 commit comments

Comments
 (0)