Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Both master node and worker node need to execute

Install The main content is to install the 1.23.7 version of the component kubeadm kubectl kubelet

...

Execute screenshot

img14png

3.3 Verify installation

Execute command

Code Block
languagebash
themeDJango
linenumberstrue
kubelet --version
kubeadm version
kubectl version

...

Execute only on the master node.

Pull The main content is to pull the image of version 1.23.7, initialize the master node, and configure the calico network plugin for the master node

...

Execute screenshot

5 Initialize workers

Add The main content is to add worker nodes to the cluster

...

Code Block
languagebash
themeDJango
linenumberstrue
# master
kubectl get nodes

Execute

...

screenshot

img18png

6 Install karmada

The main content is to install karmada on control plane cluster

6.1 Install the Karmada kubectl plugin

...