[Kubernetes] Kubernetes v1.7.1 Released

조회 2,272 · 댓글 0
돌고래돌고래작성자2017년 7월 20일
Changelog from v1.7.0 :
Added new flag to kubeadm init: --node-name, that lets you specify the name of the Node object that will be created (#48594, @GheRivero)
Added new flag to kubeadm join: --node-name, that lets you specify the name of the Node object that's gonna be created (#48538, @GheRivero)
Fixes issue where you could not mount NFS or glusterFS volumes using hostnames on GCI/GKE with COS images. (#42376, @jingxu97)
Reduce amount of noise in Stackdriver Logging, generated by the event-exporter component in the fluentd-gcp addon. (#48712, @crassirostris)
Add generic NoSchedule toleration to fluentd in gcp config. (#48182, @gmarek)
RBAC role and role-binding reconciliation now ensures namespaces exist when reconciling on startup. (#48480, @liggitt)
Support NoSchedule taints correctly in DaemonSet controller. (#48189, @mikedanese)
kubeadm: Expose only the cluster-info ConfigMap in the kube-public ns (#48050, @luxas)

전체 Changelog : https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md#changelog-since-v170
소스 다운로드 : https://github.com/kubernetes/kubernetes/releases

로그인 후 답글을 남길 수 있습니다.