Kubernetes 1.7.1 版本釋出_Kubernetes中文社群
阿新 • • 發佈:2018-12-27
Kubernetes 1.7.1版本釋出,相對 1.7 版本以來,1.7.1 版本修復了COS影象在GCI / GKE上掛載NFS或glusterFS卷問題(#42376),kubeadm init和kubeadm join添加了新的標示(#48594)(#48538),等共計8項的更新。
Kubernetes 1.7.1版本 <下載> <1.7 版本更多資料>
Kubernetes 1.7.1版本更新日誌:
- Added new flag to
kubeadm init
: –node-name, that lets you specify the name of the Node object that will be created ( - 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. (
- 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)