Skip to content

Commit

Permalink
Update hyperkube from v1.12.3 to v1.13.0
Browse files Browse the repository at this point in the history
* Remove controller-manager empty dir mount added for v1.12
kubernetes/kubernetes#68973
* No longer required kubernetes/kubernetes#69884
  • Loading branch information
dghubble committed Dec 4, 2018
1 parent 4021467 commit f839f79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions resources/manifests/kube-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ spec:
initialDelaySeconds: 15
timeoutSeconds: 15
volumeMounts:
- name: var-run-kubernetes
mountPath: /var/run/kubernetes
- name: secrets
mountPath: /etc/kubernetes/secrets
readOnly: true
Expand All @@ -81,8 +79,6 @@ spec:
operator: Exists
effect: NoSchedule
volumes:
- name: var-run-kubernetes
emptyDir: {}
- name: secrets
secret:
secretName: kube-controller-manager
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ variable "container_images" {
calico_cni = "quay.io/calico/cni:v3.3.1"
flannel = "quay.io/coreos/flannel:v0.10.0-amd64"
flannel_cni = "quay.io/coreos/flannel-cni:v0.3.0"
hyperkube = "k8s.gcr.io/hyperkube:v1.12.3"
hyperkube = "k8s.gcr.io/hyperkube:v1.13.0"
coredns = "k8s.gcr.io/coredns:1.2.6"
pod_checkpointer = "quay.io/coreos/pod-checkpointer:83e25e5968391b9eb342042c435d1b3eeddb2be1"
}
Expand Down

0 comments on commit f839f79

Please sign in to comment.