Added mirror support to avoid hitting remote constantly
This commit is contained in:
@@ -57,3 +57,10 @@ APT_PROXY=
|
||||
# remote image repository prefix to push to
|
||||
# e.g. ghcr.io/monok8s
|
||||
IMAGE_REPOSITORY=
|
||||
|
||||
# Mirror
|
||||
# You can host your local mirror by running (but you'll need to download them first)
|
||||
# kubectl apply -f devtools/dep-pkg-mirror.yaml
|
||||
# devtools/push-dep-pkg-mirror.sh
|
||||
# e.g. http://dep-pkg-mirror.default.svc.cluster.local/monok8s
|
||||
DEP_PKG_MIRROR=
|
||||
|
||||
Reference in New Issue
Block a user