mirror of https://github.com/easzlab/kubeasz.git
minor fix
parent
bbed72b9f3
commit
1cc2ac039f
2
ezdown
2
ezdown
|
@ -13,7 +13,7 @@ set -o errexit
|
||||||
#set -o xtrace
|
#set -o xtrace
|
||||||
|
|
||||||
# default settings, can be overridden by cmd line options, see usage
|
# default settings, can be overridden by cmd line options, see usage
|
||||||
DOCKER_VER=20.10.5
|
DOCKER_VER=20.10.6
|
||||||
KUBEASZ_VER=3.1.0
|
KUBEASZ_VER=3.1.0
|
||||||
K8S_BIN_VER=v1.21.0
|
K8S_BIN_VER=v1.21.0
|
||||||
EXT_BIN_VER=0.9.4
|
EXT_BIN_VER=0.9.4
|
||||||
|
|
|
@ -139,7 +139,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: node-cache
|
- name: node-cache
|
||||||
#image: k8s.gcr.io/dns/k8s-dns-node-cache:1.16.0
|
#image: k8s.gcr.io/dns/k8s-dns-node-cache:1.16.0
|
||||||
image: easzlab/k8s-dns-node-cache:1.16.0
|
image: easzlab/k8s-dns-node-cache:{{ dnsNodeCacheVer }}
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 25m
|
cpu: 25m
|
||||||
|
|
|
@ -139,7 +139,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: node-cache
|
- name: node-cache
|
||||||
#image: k8s.gcr.io/dns/k8s-dns-node-cache:1.16.0
|
#image: k8s.gcr.io/dns/k8s-dns-node-cache:1.16.0
|
||||||
image: easzlab/k8s-dns-node-cache:1.16.0
|
image: easzlab/k8s-dns-node-cache:{{ dnsNodeCacheVer }}
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 25m
|
cpu: 25m
|
||||||
|
|
Loading…
Reference in New Issue