Kubernetes 1.7.2 版本釋出_Kubernetes中文社群
阿新 • • 發佈:2018-12-27
Kubernetes 1.7.2 版本釋出了,該版本從1.7.1版本以來有15處修改,其中修復一個Pod BUG#48786, 下載k8s 1.7.2版本,檢視 1.7 版本相關介紹。
以下是 1.7.2版本更新內容:
- Use port 20256 for node-problem-detector in standalone mode. (#49316, @ajitak)
- GCE Cloud Provider: New created LoadBalancer type Service will have health checks for nodes by default if all nodes have version >= v1.7.2. (
- Azure PD (Managed/Blob) (#46360, @khenidak)
- Fix Pods using Portworx volumes getting stuck in ContainerCreating phase. (#48898, @harsh-px)
- kubeadm: Make kube-proxy tolerate the external cloud provider taint so that an external cloud provider can be easily used on top of kubeadm (#49017,
- Fix pods failing to start when subPath is a dangling symlink from kubelet point of view, which can happen if it is running inside a container (#48555, @redbaron)
- Never prevent deletion of resources as part of namespace lifecycle (#48733, @liggitt)
- kubectl: Fix bug that showed terminated/evicted pods even without
--show-all
- Add a runtime warning about the kubeadm default token TTL changes. (#48838, @mattmoyer)
- Fix udp service blackhole problem when number of backends changes from 0 to non-0 (#48524, @freehan)
- hpa: Prevent scaling below MinReplicas if desiredReplicas is zero (#48997, @johanneswuerbach)
- kubeadm: Fix a bug where
kubeadm join
would wait 5 seconds without doing anything. Nowkubeadm join
executes the tasks immediately. (#48737, @mattmoyer) - Fix a regression that broke the
--config
flag forkubeadm init
. (#48915, @mattmoyer) - Fix service controller crash loop when Service with GCP LoadBalancer uses static IP (#48848, @nicksardo) (#48849, @nicksardo)