温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

怎么确定kubernetes依赖的各个组件版本

发布时间:2021-12-22 14:13:59 来源:亿速云 阅读:371 作者:柒染 栏目:云计算

怎么确定kubernetes依赖的各个组件版本,很多新手对此不是很清楚,为了帮助大家解决这个难题,下面小编将为大家详细讲解,有这方面需求的人可以来学习下,希望你能有所收获。

综述

简单来讲:kubernetes依赖的各个组件版本都可以在对应的changlog中找到

下面简单示例总结一下:

k8s v1.10依赖版本选择

1.10.0依赖包:

https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md#external-dependencies
External Dependencies
● The supported etcd server version is 3.1.12, as compared to 3.0.17 in v1.9 (#60988)
● The validated docker versions are the same as for v1.9: 1.11.2 to 1.13.1 and 17.03.x (ref)
● The Go version is go1.9.3, as compared to go1.9.2 in v1.9. (#59012)
● The minimum supported go is the same as for v1.9: go1.9.1. (#55301)
● CNI is the same as v1.9: v0.6.0 (#51250)
● CSI is updated to 0.2.0 as compared to 0.1.0 in v1.9. (#60736)
● The dashboard add-on has been updated to v1.8.3, as compared to 1.8.0 in v1.9. (#517326)
● Heapster has is the same as v1.9: v1.5.0. It will be upgraded in v1.11. (ref)
● Cluster Autoscaler has been updated to v1.2.0. (#60842, @mwielgus)
● Updates kube-dns to v1.14.8 (#57918, @rramkumar1)
● Influxdb is unchanged from v1.9: v1.3.3 (#53319)
● Grafana is unchanged from v1.9: v4.4.3 (#53319)
● CAdvisor is v0.29.1 (#60867)
● fluentd-gcp-scaler is v0.3.0 (#61269)
● Updated fluentd in fluentd-es-image to fluentd v1.1.0 (#58525, @monotek)
● fluentd-elasticsearch is v2.0.4 (#58525)
● Updated fluentd-gcp to v3.0.0. (#60722)
● Ingress glbc is v1.0.0 (#61302)
● OIDC authentication is coreos/go-oidc v2 (#58544)
● Updated fluentd-gcp updated to v2.0.11. (#56927, @x13n)
● Calico has been updated to v2.6.7 (#59130, @caseydavenport)

依赖镜像:
docker pull k8s.gcr.io/kube-proxy-amd64:v1.10.0
docker pull k8s.gcr.io/kube-scheduler-amd64:v1.10.0
docker pull k8s.gcr.io/kube-controller-manager-amd64:v1.10.0
docker pull k8s.gcr.io/kube-apiserver-amd64:v1.10.0
docker pull k8s.gcr.io/etcd-amd64:3.1.12
docker pull quay.io/coreos/flannel:v0.10.0-amd64
docker pull k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64:1.14.8
docker pull k8s.gcr.io/k8s-dns-sidecar-amd64:1.14.8
docker pull k8s.gcr.io/k8s-dns-kube-dns-amd64:1.14.8
docker pull k8s.gcr.io/pause-amd64:3.1
docker pull k8s.gcr.io/kubernetes-dashboard-amd64:v1.8.3
docker pull k8s.gcr.io/heapster-influxdb-amd64:v1.3.3
docker pull k8s.gcr.io/heapster-grafana-amd64:v4.4.3
docker pull k8s.gcr.io/heapster-amd64:v1.4.2

1.10.1依赖包:

镜像更新:
docker pull k8s.gcr.io/kube-proxy-amd64:v1.10.1
docker pull k8s.gcr.io/kube-scheduler-amd64:v1.10.1
docker pull k8s.gcr.io/kube-controller-manager-amd64:v1.10.1
docker pull k8s.gcr.io/kube-apiserver-amd64:v1.10.1
docker pull k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64:1.14.9
docker pull k8s.gcr.io/k8s-dns-sidecar-amd64:1.14.9
docker pull k8s.gcr.io/k8s-dns-kube-dns-amd64:1.14.9

docker pull k8s.gcr.io/heapster-amd64:v1.5.2

看完上述内容是否对您有帮助呢?如果还想对相关知识有进一步的了解或阅读更多相关文章,请关注亿速云行业资讯频道,感谢您对亿速云的支持。

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI