Skip to content

Commit

Permalink
feat: update addons version
Browse files Browse the repository at this point in the history
  • Loading branch information
lework committed Jul 19, 2021
1 parent d1f188c commit 054f487
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,21 @@ MEM: `4G`

| 分类 | 软件 | kainstall 默认版本 | 软件最新版本 |
| ------------------------------------------------ | ------------------ | ------------------------------------------------------------ | ------------------------------------------------ |
| common | [docker-ce](https://github.com/docker/docker-ce) | latest | ![docker-ce release](https://img.shields.io/github/v/release/docker/docker-ce?sort=semver) |
| common | [docker-ce](https://github.com/docker/docker-ce) | latest | ![docker-ce release](https://img.shields.io/github/v/release/moby/moby?sort=semver) |
| common | [kubernetes](https://github.com/kubernetes/kubernetes) | latest | ![kubernetes release](https://img.shields.io/github/v/release/kubernetes/kubernetes?sort=semver) |
| network | [flannel](https://github.com/coreos/flannel) | 0.14.0 | ![flannel release](https://img.shields.io/github/v/release/coreos/flannel) |
| network | [calico](https://github.com/projectcalico/calico) | 3.19.1 | ![calico release ](https://img.shields.io/github/v/release/projectcalico/calico?sort=semver) |
| network | [cilium](https://github.com/cilium/cilium) | 1.10.1 | ![cilium release ](https://img.shields.io/github/v/release/cilium/cilium?sort=semver) |
| network | [cilium](https://github.com/cilium/cilium) | 1.10.3 | ![cilium release ](https://img.shields.io/github/v/release/cilium/cilium?sort=semver) |
| addons | [metrics server](https://github.com/kubernetes-sigs/metrics-server) | 0.5.0 | ![metrics-server release](https://img.shields.io/github/v/release/kubernetes-sigs/metrics-server) |
| addons | [nodelocaldns](https://github.com/kubernetes/dns/tree/master/cmd/node-cache) | latest | 1.17.0 |
| ingress | [ingress nginx controller](https://github.com/kubernetes/ingress-nginx) | 0.46.0 | ![ingress-nginx release](https://img.shields.io/github/v/release/kubernetes/ingress-nginx?sort=semver) |
| ingress | [traefik](https://github.com/traefik/traefik) | 2.4.8 | ![traefik release ](https://img.shields.io/github/v/release/traefik/traefik?sort=semver) |
| ingress | [ingress nginx controller](https://github.com/kubernetes/ingress-nginx) | 0.48.1 | ![ingress-nginx release](https://img.shields.io/github/v/release/kubernetes/ingress-nginx?sort=semver) |
| ingress | [traefik](https://github.com/traefik/traefik) | 2.4.11 | ![traefik release ](https://img.shields.io/github/v/release/traefik/traefik?sort=semver) |
| monitor | [kube_prometheus](https://github.com/prometheus-operator/kube-prometheus) | 0.8.0 | ![kube-prometheus release](https://img.shields.io/github/v/release/prometheus-operator/kube-prometheus) |
| log | [elasticsearch](https://github.com/elastic/elasticsearch) | 7.13.2 | ![elasticsearch release](https://img.shields.io/github/v/release/elastic/elasticsearch?sort=semver) |
| storage | [rook](https://github.com/rook/rook) | 1.6.5 | ![rook release](https://img.shields.io/github/v/release/rook/rook?sort=semver) |
| storage | [longhorn](https://github.com/longhorn/longhorn) | 1.1.1 | ![longhorn release](https://img.shields.io/github/v/release/longhorn/longhorn?sort=semver) |
| log | [elasticsearch](https://github.com/elastic/elasticsearch) | 7.13.3 | ![elasticsearch release](https://img.shields.io/github/v/release/elastic/elasticsearch?sort=semver) |
| storage | [rook](https://github.com/rook/rook) | 1.6.7 | ![rook release](https://img.shields.io/github/v/release/rook/rook?sort=semver) |
| storage | [longhorn](https://github.com/longhorn/longhorn) | 1.1.2 | ![longhorn release](https://img.shields.io/github/v/release/longhorn/longhorn?sort=semver) |
| ui | [kubernetes_dashboard](https://github.com/kubernetes/dashboard) | 2.3.1 | ![kubernetes dashboard release](https://img.shields.io/github/v/release/kubernetes/dashboard?sort=semver) |
| ui | [kubesphere](https://github.com/kubesphere/kubesphere) | 3.1.0 | ![kubesphere release](https://img.shields.io/github/v/release/kubesphere/kubesphere?sort=semver) |
| ui | [kubesphere](https://github.com/kubesphere/kubesphere) | 3.1.1 | ![kubesphere release](https://img.shields.io/github/v/release/kubesphere/kubesphere?sort=semver) |

**kube组件** 版本可以通过参数(`--version`) 指定外,其他的软件版本需在脚本中指定。

Expand Down Expand Up @@ -319,16 +319,16 @@ bash kainstall-centos.sh init \
KUBE_VERSION="${KUBE_VERSION:-latest}"
FLANNEL_VERSION="${FLANNEL_VERSION:-0.14.0}"
METRICS_SERVER_VERSION="${METRICS_SERVER_VERSION:-0.5.0}"
INGRESS_NGINX="${INGRESS_NGINX:-0.46.0}"
TRAEFIK_VERSION="${TRAEFIK_VERSION:-2.4.8}"
INGRESS_NGINX="${INGRESS_NGINX:-0.48.1}"
TRAEFIK_VERSION="${TRAEFIK_VERSION:-2.4.11}"
CALICO_VERSION="${CALICO_VERSION:-3.19.1}"
CILIUM_VERSION="${CILIUM_VERSION:-1.10.1}"
CILIUM_VERSION="${CILIUM_VERSION:-1.10.3}"
KUBE_PROMETHEUS_VERSION="${KUBE_PROMETHEUS_VERSION:-0.8.0}"
ELASTICSEARCH_VERSION="${ELASTICSEARCH_VERSION:-7.13.2}"
ROOK_VERSION="${ROOK_VERSION:-1.6.5}"
LONGHORN_VERSION="${LONGHORN_VERSION:-1.1.1}"
ELASTICSEARCH_VERSION="${ELASTICSEARCH_VERSION:-7.13.3}"
ROOK_VERSION="${ROOK_VERSION:-1.6.7}"
LONGHORN_VERSION="${LONGHORN_VERSION:-1.1.2}"
KUBERNETES_DASHBOARD_VERSION="${KUBERNETES_DASHBOARD_VERSION:-2.3.1}"
KUBESPHERE_VERSION="${KUBESPHERE_VERSION:-3.1.0}"
KUBESPHERE_VERSION="${KUBESPHERE_VERSION:-3.1.1}"

# 集群配置
KUBE_DNSDOMAIN="${KUBE_DNSDOMAIN:-cluster.local}"
Expand Down
14 changes: 7 additions & 7 deletions kainstall-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ set -o pipefail # Use last non-zero exit code in a pipeline
KUBE_VERSION="${KUBE_VERSION:-latest}"
FLANNEL_VERSION="${FLANNEL_VERSION:-0.14.0}"
METRICS_SERVER_VERSION="${METRICS_SERVER_VERSION:-0.5.0}"
INGRESS_NGINX="${INGRESS_NGINX:-0.46.0}"
TRAEFIK_VERSION="${TRAEFIK_VERSION:-2.4.8}"
INGRESS_NGINX="${INGRESS_NGINX:-0.48.1}"
TRAEFIK_VERSION="${TRAEFIK_VERSION:-2.4.11}"
CALICO_VERSION="${CALICO_VERSION:-3.19.1}"
CILIUM_VERSION="${CILIUM_VERSION:-1.10.1}"
CILIUM_VERSION="${CILIUM_VERSION:-1.10.3}"
KUBE_PROMETHEUS_VERSION="${KUBE_PROMETHEUS_VERSION:-0.8.0}"
ELASTICSEARCH_VERSION="${ELASTICSEARCH_VERSION:-7.13.2}"
ROOK_VERSION="${ROOK_VERSION:-1.6.5}"
LONGHORN_VERSION="${LONGHORN_VERSION:-1.1.1}"
ELASTICSEARCH_VERSION="${ELASTICSEARCH_VERSION:-7.13.3}"
ROOK_VERSION="${ROOK_VERSION:-1.6.7}"
LONGHORN_VERSION="${LONGHORN_VERSION:-1.1.2}"
KUBERNETES_DASHBOARD_VERSION="${KUBERNETES_DASHBOARD_VERSION:-2.3.1}"
KUBESPHERE_VERSION="${KUBESPHERE_VERSION:-3.1.0}"
KUBESPHERE_VERSION="${KUBESPHERE_VERSION:-3.1.1}"

# 集群配置
KUBE_DNSDOMAIN="${KUBE_DNSDOMAIN:-cluster.local}"
Expand Down
14 changes: 7 additions & 7 deletions kainstall-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ set -o pipefail # Use last non-zero exit code in a pipeline
KUBE_VERSION="${KUBE_VERSION:-latest}"
FLANNEL_VERSION="${FLANNEL_VERSION:-0.14.0}"
METRICS_SERVER_VERSION="${METRICS_SERVER_VERSION:-0.5.0}"
INGRESS_NGINX="${INGRESS_NGINX:-0.46.0}"
TRAEFIK_VERSION="${TRAEFIK_VERSION:-2.4.8}"
INGRESS_NGINX="${INGRESS_NGINX:-0.48.1}"
TRAEFIK_VERSION="${TRAEFIK_VERSION:-2.4.11}"
CALICO_VERSION="${CALICO_VERSION:-3.19.1}"
CILIUM_VERSION="${CILIUM_VERSION:-1.10.1}"
CILIUM_VERSION="${CILIUM_VERSION:-1.10.3}"
KUBE_PROMETHEUS_VERSION="${KUBE_PROMETHEUS_VERSION:-0.8.0}"
ELASTICSEARCH_VERSION="${ELASTICSEARCH_VERSION:-7.13.2}"
ROOK_VERSION="${ROOK_VERSION:-1.6.5}"
LONGHORN_VERSION="${LONGHORN_VERSION:-1.1.1}"
ELASTICSEARCH_VERSION="${ELASTICSEARCH_VERSION:-7.13.3}"
ROOK_VERSION="${ROOK_VERSION:-1.6.7}"
LONGHORN_VERSION="${LONGHORN_VERSION:-1.1.2}"
KUBERNETES_DASHBOARD_VERSION="${KUBERNETES_DASHBOARD_VERSION:-2.3.1}"
KUBESPHERE_VERSION="${KUBESPHERE_VERSION:-3.1.0}"
KUBESPHERE_VERSION="${KUBESPHERE_VERSION:-3.1.1}"

# 集群配置
KUBE_DNSDOMAIN="${KUBE_DNSDOMAIN:-cluster.local}"
Expand Down

0 comments on commit 054f487

Please sign in to comment.