mirror of https://github.com/easzlab/kubeasz.git
update traefik v1.7.12
parent
ab31b12ffb
commit
89032bf0be
|
@ -54,7 +54,7 @@ spec:
|
||||||
#nodeSelector:
|
#nodeSelector:
|
||||||
# node-role.kubernetes.io/traefik: "true"
|
# node-role.kubernetes.io/traefik: "true"
|
||||||
containers:
|
containers:
|
||||||
- image: traefik:v1.7.11
|
- image: traefik:v1.7.12
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: traefik-ingress-lb
|
name: traefik-ingress-lb
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
|
@ -64,7 +64,7 @@ spec:
|
||||||
serviceAccountName: traefik-ingress-controller
|
serviceAccountName: traefik-ingress-controller
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: traefik:v1.7.11
|
- image: traefik:v1.7.12
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: traefik-ingress-lb
|
name: traefik-ingress-lb
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -9,7 +9,7 @@ NODE_WITH_MULTIPLE_NETWORKS: "true"
|
||||||
FLANNEL_BACKEND: "vxlan"
|
FLANNEL_BACKEND: "vxlan"
|
||||||
|
|
||||||
#flanneld_image: "quay.io/coreos/flannel:v0.10.0-amd64"
|
#flanneld_image: "quay.io/coreos/flannel:v0.10.0-amd64"
|
||||||
flanneld_image: "jmgao1983/flannel:v0.11.0-amd64"
|
flanneld_image: "easzlab/flannel:v0.11.0-amd64"
|
||||||
|
|
||||||
# 离线镜像tar包
|
# 离线镜像tar包
|
||||||
flannel_offline: "flannel_v0.11.0-amd64.tar"
|
flannel_offline: "flannel_v0.11.0-amd64.tar"
|
||||||
|
|
Loading…
Reference in New Issue