Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #387 from abctaylor/master
Browse files Browse the repository at this point in the history
Specify that using GOPROXY is not necessary for all users and remove implied endorsement of goproxy.io
  • Loading branch information
k8s-ci-robot committed Apr 6, 2024
2 parents 2335219 + 91497ed commit 065e93b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ For major project goals, see the [roadmap](ROADMAP.md)
```
make container-build
```
`GOPROXY` env will be inherited:
_If you are in a country/region where Internet access is restricted and you cannot download Go dependencies successfully, `make` with the `GOPROXY` environment variable set to a third party you trust, for example:_
```
GOPROXY=https://goproxy.io make container-build
```
_`goproxy.io` is not endorsed specifically by the project._

### Creating a new cluster

Expand Down

0 comments on commit 065e93b

Please sign in to comment.