1.按照单节点的方式完成部署《Kubernetes master 上的组件安装配置》一台master 设备

2.将第一个master上的安装文件拷贝到第二个master节点上,

拷贝配置文件

[root@dn01 ~]# scp -r /opt/kubernetes/ root@10.10.100.33:/opt
The authenticity of host '10.10.100.33 (10.10.100.33)' can't be established.
ECDSA key fingerprint is SHA256:pyiZjF3b1phvgSDt3+LU2LbME/tEfDsNOrZJCCZiicg.
ECDSA key fingerprint is MD5:35:c1:58:24:d0:7f:a9:6c:d9:99:68:a2:98:b8:9a:8d.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '10.10.100.33' (ECDSA) to the list of known hosts.
root@10.10.100.33's password: 
token.csv                                                                                            100%   8
kube-apiserver                                                                                       100%  92
kube-scheduler                                                                                       100%   9
kube-controller-manager                                                                              100%  48
kube-apiserver                                                                                       100%  18
kube-scheduler                                                                                       100%   455MB  14.0MB/s   00:03    
kube-controller-manager                                                   100%  156MB  19.5MB/s   00:07    
kubectl                                                                   100%   55MB  26.7MB/s   00:02    
ca-key.pem                                                                100% 1675     2.2MB/s   00:00    
ca.pem                                                                    100% 1359     1.9MB/s   00:00    
server-key.pem                                                            100% 1679     2.4MB/s   00:00    
server.pem 
View Code

相关文章:

  • 2021-09-02
  • 2021-10-13
  • 2022-01-27
  • 2022-01-17
  • 2021-09-08
  • 2022-12-23
  • 2021-06-28
  • 2021-06-26
猜你喜欢
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2021-10-22
  • 2021-11-15
  • 2021-09-03
  • 2021-11-08
相关资源
相似解决方案