cloudnativer / kube-install

一键安装k8s(kubernetes):二進位離線方式部署,支持定時安裝、添加與銷毀node、銷毀與修復master、一鍵卸載集羣等。Install k8s (kubernetes): one click offline installation of highly available multiple kubernetes cluster, supports schedule installation, addition of nodes, rebuild of kubernetes master, and uninstallation of clusters.
Apache License 2.0
413 stars 111 forks source link

主机的ssh端口不是22怎么安装部署 #29

Open mazhuwo opened 2 years ago

mazhuwo commented 2 years ago

比如主机的ssh端口不是22,而是8022的话,怎么办?

cloudnativer commented 2 years ago

比如主机的ssh端口不是8022,怎么办?

The current version (Contains v0 8.0-beta and below v0.7.*) does not support non-standard SSH ports.

cloudnativer commented 2 years ago

We will support them in the official version of 0.8.0. This is our roadmap: https://github.com/cloudnativer/kube-install/blob/master/docs/roadmap.md

cloudnativer commented 2 years ago

New version v0 8.0 has been released, and the new version supports custom SSH port installation. You can get the new version of the installation package here: https://github.com/cloudnativer/kube-install/releases/tag/v0.8.0