Skip to content

Commit

Permalink
Update kube to 1.15.3 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhuertas authored Aug 28, 2019
1 parent d96c607 commit 80a30a3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion resources/master-kubelet.service
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ ExecStartPre=-/bin/sh -c "docker restart $(docker ps -q -f name=k8s_kube-control
ExecStartPre=-/bin/sh -c "docker restart $(docker ps -q -f name=k8s_kube-apiserver)"
ExecStartPre=-/bin/sh -c "docker restart $(docker ps -q -f name=k8s_kube-scheduler)"
ExecStart=${kubelet_binary_path} \
--allow-privileged \
--config=/etc/kubernetes/config/master-kubelet-conf.yaml \
--kubeconfig=/var/lib/kubelet/kubeconfig \
--node-labels=role=master,node-role.kubernetes.io/master="" \
Expand Down
1 change: 0 additions & 1 deletion resources/node-kubelet.service
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ ExecStartPre=/sbin/sysctl -w net.ipv4.tcp_retries2=8
ExecStartPre=/sbin/sysctl -w fs.inotify.max_user_watches=524288
ExecStartPre=/opt/bin/cfssl-new-cert
ExecStart=${kubelet_binary_path} \
--allow-privileged \
%{ if cloud_provider != "" } --cloud-provider=${cloud_provider} \
%{ endif ~}
--cni-bin-dir=/opt/cni/bin \
Expand Down
1 change: 0 additions & 1 deletion resources/worker-kubelet.service
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ ExecStartPre=/sbin/sysctl -w net.ipv4.tcp_retries2=8
ExecStartPre=/sbin/sysctl -w fs.inotify.max_user_watches=524288
ExecStartPre=/opt/bin/cfssl-new-cert
ExecStart=${kubelet_binary_path} \
--allow-privileged \
${cloud_provider == "" ? "" : "--cloud-provider=${cloud_provider}"} \
--cni-bin-dir=/opt/cni/bin \
--cni-conf-dir=/etc/cni/net.d \
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ variable "hyperkube_image_url" {

variable "hyperkube_image_tag" {
description = "The version of the hyperkube image to use."
default = "v1.14.6"
default = "v1.15.3"
}

variable "cluster_dns" {
Expand Down

0 comments on commit 80a30a3

Please sign in to comment.