Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 2.66 KB

webinstall0.7.md

File metadata and controls

72 lines (43 loc) · 2.66 KB

Use the web platform to install


You can also install the Kubernetes cluster on the Kube-Install web platform.


Run the web management service

First, you need to execute the 'kube-install -exec init' command to initialize the system environment (you can skip if you have already initialized earlier), and then execute the 'systemctl start kube-install' command to run the web management platform service of kube-install.

#
# ./kube-install -daemon

Now, you can open it with a web browser http://kube-install_IP:9080, view kube-nstall web platform.
Notice: kube-install web platform service listens to TCP 9080 by default. If you want to modify the listening address, you can set it by modifying the kube-install -daemon -listen IP:port parameter in the /etc/systemd/system/kube-install.service file.

Open the SSH password free channel to the target host

Before starting the installation, please open the SSH password free channel from localhost to the target host.You can use the kube-install -exec sshcontrol command to SSH through, or click the Open SSH Channel of Host button in the upper right corner to SSH through.
use the kube-install -exec sshcontrol command to SSH through.

kube-install -exec sshcontrol -sship "192.168.1.11,192.168.1.12,192.168.1.13,192.168.1.14" -sshpass "cloudnativer"

Or click the Open SSH Channel of Host button in the upper right corner to SSH through.

kube-dashboard

Here is the process of SSH connection, click here to view more details !



Fill in the installation parameters in the form

Then click the Install Kubernetes button in the upper right corner to SSH through.

kube-dashboard

Fill in relevant installation parameters in the pop-up form:

kube-dashboard

Select the version of kubernetes you want to install and the type of operating system according to your actual environment.

The default is to start the installation immediately. You can also set an installation time for scheduled installation.



Start the installation of kubernetes

Click the Submit button to start the automatic installation.

kube-dashboard

Using the schedule widget, you can also view all installation task plan calendars, click here to view more details !

kube-dashboard

You can also view the installation process log by clicking the Install Log button.

Wait about 15 minutes and the installation will be completed automatically in the background.