Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
DO NOT COMMIT
Browse files Browse the repository at this point in the history
Use custom hyperkube with kubelet that rotates its connections on cert
change.
  • Loading branch information
diegs committed Aug 2, 2017
1 parent 5ad0ca9 commit cd0da11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions hack/quickstart/kubelet.master
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Service]
Environment=KUBELET_IMAGE_URL=quay.io/coreos/hyperkube
Environment=KUBELET_IMAGE_TAG=v1.7.1_coreos.0
Environment=KUBELET_IMAGE_URL=quay.io/coreos/hyperkube-dev
Environment=KUBELET_IMAGE_TAG=kubelet-close-conns-on-rotate
Environment="RKT_RUN_ARGS=\
--uuid-file-save=/var/cache/kubelet-pod.uuid \
--volume etc-resolv,kind=host,source=/etc/resolv.conf --mount volume=etc-resolv,target=/etc/resolv.conf \
Expand Down
4 changes: 2 additions & 2 deletions hack/quickstart/kubelet.worker
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Service]
Environment=KUBELET_IMAGE_URL=quay.io/coreos/hyperkube
Environment=KUBELET_IMAGE_TAG=v1.7.1_coreos.0
Environment=KUBELET_IMAGE_URL=quay.io/coreos/hyperkube-dev
Environment=KUBELET_IMAGE_TAG=kubelet-close-conns-on-rotate
Environment="RKT_RUN_ARGS=\
--uuid-file-save=/var/cache/kubelet-pod.uuid \
--volume etc-resolv,kind=host,source=/etc/resolv.conf --mount volume=etc-resolv,target=/etc/resolv.conf \
Expand Down
2 changes: 1 addition & 1 deletion pkg/asset/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var DefaultImages = ImageVersions{
FlannelCNI: "quay.io/coreos/flannel-cni:0.1.0",
Calico: "quay.io/calico/node:v1.3.0",
CalicoCNI: "quay.io/calico/cni:v1.9.1-4-g23fcd5f",
Hyperkube: "quay.io/coreos/hyperkube:v1.7.1_coreos.0",
Hyperkube: "quay.io/coreos/hyperkube-dev:kubelet-close-conns-on-rotate",
Kenc: "quay.io/coreos/kenc:0.0.2",
KubeDNS: "gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.4",
KubeDNSMasq: "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.4",
Expand Down

0 comments on commit cd0da11

Please sign in to comment.