Browse Source

use mirrored images for traefik and coredns

pull/1560/head
galal-hussein 5 years ago
parent
commit
2b6faa925f
  1. 2
      manifests/coredns.yaml
  2. 1
      manifests/traefik.yaml
  3. 4
      pkg/deploy/zz_generated_bindata.go
  4. 4
      scripts/airgap/image-list.txt

2
manifests/coredns.yaml

@ -103,7 +103,7 @@ spec:
beta.kubernetes.io/os: linux
containers:
- name: coredns
image: coredns/coredns:1.6.3
image: rancher/coredns-coredns:1.6.3
imagePullPolicy: IfNotPresent
resources:
limits:

1
manifests/traefik.yaml

@ -10,3 +10,4 @@ spec:
ssl.enabled: "true"
metrics.prometheus.enabled: "true"
kubernetes.ingressEndpoint.useDefaultPublishedService: "true"
image: "rancher/library-traefik"

4
pkg/deploy/zz_generated_bindata.go

File diff suppressed because one or more lines are too long

4
scripts/airgap/image-list.txt

@ -1,7 +1,7 @@
docker.io/coredns/coredns:1.6.3
docker.io/library/traefik:1.7.19
docker.io/rancher/coredns-coredns:1.6.3
docker.io/rancher/klipper-helm:v0.2.3
docker.io/rancher/klipper-lb:v0.1.2
docker.io/rancher/library-traefik:1.7.19
docker.io/rancher/local-path-provisioner:v0.0.11
docker.io/rancher/metrics-server:v0.3.6
docker.io/rancher/pause:3.1

Loading…
Cancel
Save