GitHub
来源:k8s
浏览 419
扫码
分享
2020-04-12 10:10:10
Known Issues
- Kubernetes upgrade from 1.5 -> 1.6 requires a configmap to be created in the kube-system namespace to minimize downtime. If
kubectl -n kube-system get configmap kube-dns
does not already have a configmap, BEFORE upgrade you can execute kubectl create configmap -n kube-system kube-dns
. - Kubernetes changed taints from an annotation in 1.5, to a field in 1.6. Editing the taints by hand is a workaround for any issues. See: #2594
- Some Kubernetes upgrades from 1.6.x -> 1.6.x have experience issues with secrets and service accounts. Deleting the secrets have been a workaround (not validated). See: #2576
Fixed in 1.6.1
- Calico users have noticed problems using Calico with Kubernetes 1.6
- "hairpin" connections back to the same pod were causing issues for CNI providers
Fixed in 1.6.2
- Upgrade to weave 1.9.8 fixes issues with NodePorts
当前内容版权归
k8s 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问
k8s .