This repository was archived by the owner on Jul 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 [Service]
1010 EnvironmentFile=/etc/environment
1111 Environment=KUBELET_IMAGE_URL=docker://gcr.io/google_containers/hyperkube
12- Environment=KUBELET_IMAGE_TAG=v1.9.2
12+ Environment=KUBELET_IMAGE_TAG=v1.9.3
1313 Environment="RKT_RUN_ARGS=--uuid-file-save=/var/cache/kubelet-pod.uuid \
1414 --volume var-lib-cni,kind=host,source=/var/lib/cni \
1515 --volume var-lib-kubelet,kind=host,source=/var/lib/kubelet \
Original file line number Diff line number Diff line change 11[Service]
22Environment=KUBELET_IMAGE_URL=docker://gcr.io/google_containers/hyperkube
3- Environment=KUBELET_IMAGE_TAG=v1.9.2
3+ Environment=KUBELET_IMAGE_TAG=v1.9.3
44Environment=KUBELET_MINIMUM_CONTAINER_TTL_DURATION=3m0s
55Environment=KUBELET_MAXIMUM_DEAD_CONTAINERS=-1
66Environment=KUBELET_MAXIMUM_DEAD_CONTAINERS_PER_CONTAINER=1
Original file line number Diff line number Diff line change 11[Service]
22Environment=KUBELET_IMAGE_URL=docker://gcr.io/google_containers/hyperkube
3- Environment=KUBELET_IMAGE_TAG=v1.9.2
3+ Environment=KUBELET_IMAGE_TAG=v1.9.3
44Environment=KUBELET_MINIMUM_CONTAINER_TTL_DURATION=3m0s
55Environment=KUBELET_MAXIMUM_DEAD_CONTAINERS=-1
66Environment=KUBELET_MAXIMUM_DEAD_CONTAINERS_PER_CONTAINER=1
Original file line number Diff line number Diff line change 99 [Service]
1010 EnvironmentFile=/etc/environment
1111 Environment=KUBELET_IMAGE_URL=docker://gcr.io/google_containers/hyperkube
12- Environment=KUBELET_IMAGE_TAG=v1.9.2
12+ Environment=KUBELET_IMAGE_TAG=v1.9.3
1313 Environment="RKT_RUN_ARGS=--uuid-file-save=/var/cache/kubelet-pod.uuid \
1414 --volume var-lib-cni,kind=host,source=/var/lib/cni \
1515 --volume var-lib-kubelet,kind=host,source=/var/lib/kubelet \
Original file line number Diff line number Diff line change 22set -euo pipefail
33
44CONFORMANCE_REPO=${CONFORMANCE_REPO:- github.com/ kubernetes/ kubernetes}
5- CONFORMANCE_VERSION=${CONFORMANCE_VERSION:- v1.9.2 }
5+ CONFORMANCE_VERSION=${CONFORMANCE_VERSION:- v1.9.3 }
66
77usage () {
88 echo " USAGE:"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ var DefaultImages = ImageVersions{
77 FlannelCNI : "quay.io/coreos/flannel-cni:v0.3.0" ,
88 Calico : "quay.io/calico/node:v2.6.6" ,
99 CalicoCNI : "quay.io/calico/cni:v1.11.2" ,
10- Hyperkube : "gcr.io/google_containers/hyperkube:v1.9.2 " ,
10+ Hyperkube : "gcr.io/google_containers/hyperkube:v1.9.3 " ,
1111 KubeDNS : "gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.8" ,
1212 KubeDNSMasq : "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.8" ,
1313 KubeDNSSidecar : "gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.8" ,
You can’t perform that action at this time.
0 commit comments