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
|
||||
readonly KUBE_ADDON_PATHS=(
|
||||
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
|
||||
|
||||
TAG = 0.2.3
|
||||
REPO = uluyol/kube-registry-proxy
|
||||
TAG = 0.3
|
||||
REPO = gcr.io/google_containers/kube-registry-proxy
|
||||
|
||||
build:
|
||||
docker build -t $(REPO):$(TAG) .
|
||||
|
||||
push:
|
||||
docker push $(REPO):$(TAG)
|
||||
gcloud docker push $(REPO):$(TAG)
|
||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
spec:
|
||||
containers:
|
||||
- name: kube-registry-proxy
|
||||
image: uluyol/kube-registry-proxy:0.2.3
|
||||
image: gcr.io/google_containers/kube-registry-proxy:0.3
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
|
Loading…
Reference in New Issue