Skip to content

Commit

Permalink
add v1.20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghe-fit2cloud committed Sep 26, 2021
1 parent b1568d3 commit 8dbc46e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ case "$k8s_version" in
v1.20.4) source versions/v1.20.4.sh ;;
v1.20.6) source versions/v1.20.6.sh ;;
v1.20.8) source versions/v1.20.8.sh ;;
v1.20.10) source versions/v1.20.10.sh ;;
esac

k8s_packages=(
Expand Down
1 change: 1 addition & 0 deletions upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ case "$k8s_version" in
v1.20.4) source v1.20.4.sh ;;
v1.20.6) source v1.20.6.sh ;;
v1.20.8) source v1.20.8.sh ;;
v1.20.10) source v1.20.10.sh ;;
esac

if curl -k -X GET --user "${registry_user}:${registry_password}" "http://${registry_ip}:${repo_port}/service/rest/beta/security/user-sources" -H "accept: application/json" 1> /dev/null;then
Expand Down
16 changes: 16 additions & 0 deletions versions/v1.20.10.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env bash

docker_version="19.03.15"
etcd_version="v3.4.14"
containerd_version="1.4.3"
calico_version="v3.16.5"
flannel_version="v0.13.0"
coredns_version="1.7.0"
traefik_ingress_version="v2.4.8"
nginx_ingress_version="0.33.0"
metrics_server_version="v0.3.6"
helm_v2_version="v2.17.0"
helm_v3_version="v3.6.0"
cni_version='v0.8.6'
crictl_version='v1.18.0'
runc_version='v1.0.0-rc91'

0 comments on commit 8dbc46e

Please sign in to comment.