- Getting Started with Kubernetes
- Jonathan Baier Jesse White
- 57字
- 2021-06-10 19:47:02
Joining nodes
After a successful initialization, you will get a join command that can be used by the nodes. Copy this down for the join process later on. It should look similar to this:
$ kubeadm join --token=<some token> <master ip address>
The token is used to authenticate cluster nodes, so make sure to store it somewhere securely for future use.
推薦閱讀
- 網(wǎng)絡(luò)服務(wù)器架設(shè)(Windows Server+Linux Server)
- WOW!Illustrator CS6完全自學(xué)寶典
- 來吧!帶你玩轉(zhuǎn)Excel VBA
- VMware Performance and Capacity Management(Second Edition)
- Photoshop CS3圖層、通道、蒙版深度剖析寶典
- 控制系統(tǒng)計算機(jī)仿真
- 完全掌握AutoCAD 2008中文版:機(jī)械篇
- 分?jǐn)?shù)階系統(tǒng)分析與控制研究
- Excel 2007技巧大全
- Bayesian Analysis with Python
- Machine Learning Algorithms(Second Edition)
- MATLAB-Simulink系統(tǒng)仿真超級學(xué)習(xí)手冊
- HBase Essentials
- 典型Hadoop云計算
- 深度學(xué)習(xí)原理與 TensorFlow實踐