Skip to content

Commit 5fc8676

Browse files
resolve issue kubernetes-retired#71
1 parent 5f78101 commit 5fc8676

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/README.md

+2-4
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)