Skip to content

Commit

Permalink
Update hyperkube from v1.11.3 to v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Oct 2, 2018
1 parent bccf3da commit 49c59c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions resources/manifests/kube-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ spec:
- controller-manager
- --use-service-account-credentials
- --allocate-node-cidrs=true
- --authentication-skip-lookup
- --cloud-provider=${cloud_provider}
- --cluster-cidr=${pod_cidr}
- --service-cluster-ip-range=${service_cidr}
Expand All @@ -57,6 +58,8 @@ spec:
initialDelaySeconds: 15
timeoutSeconds: 15
volumeMounts:
- name: var-run-kubernetes
mountPath: /var/run/kubernetes
- name: secrets
mountPath: /etc/kubernetes/secrets
readOnly: true
Expand All @@ -77,6 +80,8 @@ 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.2.3"
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.11.3"
hyperkube = "k8s.gcr.io/hyperkube:v1.12.0"
coredns = "k8s.gcr.io/coredns:1.2.2"
pod_checkpointer = "quay.io/coreos/pod-checkpointer:9dc83e1ab3bc36ca25c9f7c18ddef1b91d4a0558"
}
Expand Down

0 comments on commit 49c59c6

Please sign in to comment.