Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiechengqi authored Aug 30, 2024
1 parent 9d6fb98 commit d8b3b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/K8S/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ osInfo=`get_os` && INFO "current os: $osInfo"

# environments
serviceName="kubelet"
version="1.31"
version="v1.31"
versionTag="0"
VERSION="${version}-${versionTag}"
# countryCode=`curl -SsL https://api.ip.sb/geoip | sed 's/,/\n/g' | grep country_code | awk -F '"' '{print $(NF-1)}'`
Expand Down

0 comments on commit d8b3b0e

Please sign in to comment.