mirror of https://github.com/k3s-io/k3s
Use gcr.io for proxy image
parent
2fb4e7b7a4
commit
3dc10a209b
|
@ -103,7 +103,7 @@ readonly KUBE_DOCKER_WRAPPED_BINARIES=(
|
||||||
# The set of addons images that should be prepopulated
|
# The set of addons images that should be prepopulated
|
||||||
readonly KUBE_ADDON_PATHS=(
|
readonly KUBE_ADDON_PATHS=(
|
||||||
gcr.io/google_containers/pause:0.8.0
|
gcr.io/google_containers/pause:0.8.0
|
||||||
uluyol/kube-registry-proxy:0.2.3
|
gcr.io/google_containers/kube-registry-proxy:0.3
|
||||||
)
|
)
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
.PHONY: build push vet test clean
|
.PHONY: build push vet test clean
|
||||||
|
|
||||||
TAG = 0.2.3
|
TAG = 0.3
|
||||||
REPO = uluyol/kube-registry-proxy
|
REPO = gcr.io/google_containers/kube-registry-proxy
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker build -t $(REPO):$(TAG) .
|
docker build -t $(REPO):$(TAG) .
|
||||||
|
|
||||||
push:
|
push:
|
||||||
docker push $(REPO):$(TAG)
|
gcloud docker push $(REPO):$(TAG)
|
||||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: kube-registry-proxy
|
- name: kube-registry-proxy
|
||||||
image: uluyol/kube-registry-proxy:0.2.3
|
image: gcr.io/google_containers/kube-registry-proxy:0.3
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|
Loading…
Reference in New Issue