| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-12-09 | 1.7 kB | |
| v1.8.1 source code.tar.gz | 2021-12-09 | 154.9 MB | |
| v1.8.1 source code.zip | 2021-12-09 | 159.7 MB | |
| Totals: 3 Items | 314.6 MB | 1 | |
:::sh
# Choose installation package according to your installation node CPU architecture [amd64, arm64]
arch=amd64 version=v1.8.1 && wget https://tke-release-1251707795.cos.ap-guangzhou.myqcloud.com/tke-installer-linux-$arch-$version.run{,.sha256} && sha256sum --check --status tke-installer-linux-$arch-$version.run.sha256 && chmod +x tke-installer-linux-$arch-$version.run && ./tke-installer-linux-$arch-$version.run
CHANGELOG
1.8.1 (2021-12-09)
Bug Fixes
- console: when query value is empty ,url is wrong (#1707) (93916cd)
- monitor: dynamic clientset is nil (#1678) (a7509d9)
- platform: get mode from flags (#1619) (ada3a7a)
- platform: healcheck resync internal not work (#1708) (3904581)
- platform: support sudo with non-root user (#1700) (c223f9b)