We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f78101 commit 5fc8676Copy full SHA for 5fc8676
docs/README.md
@@ -50,9 +50,7 @@ cd ..
50
### Create Docker Images, Manifests and Load Images
51
52
```shell
53
-export PULL_POLICY=Never
54
-export TAG=dev
55
-make docker-build release-manifests
+PULL_POLICY=Never TAG=dev make docker-build release-manifests
56
kind load docker-image gcr.io/cluster-api-nested-controller-amd64:dev
57
kind load docker-image gcr.io/nested-controlplane-controller-amd64:dev
58
```
@@ -100,7 +98,7 @@ define a custom hosts file by setting the `HOSTALIASES` env and append the
100
98
IP-address-to-URL mapping to the hosts file.
101
99
102
103
-echo '127.0.0.1 localhost1' >> ~/.hosts
+echo '127.0.0.1 cluster-sample-apiserver' >> ~/.hosts
104
export HOSTALIASES=~/.hosts
105
106
0 commit comments