- Getting Started with Kubernetes(Second Edition)
- Jonathan Baier
- 57字
- 2021-07-02 22:51:25
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.
推薦閱讀
- 繪制進程圖:可視化D++語言(第1冊)
- 工業機器人產品應用實戰
- 計算機應用基礎·基礎模塊
- 手把手教你玩轉RPA:基于UiPath和Blue Prism
- Getting Started with MariaDB
- Python Data Science Essentials
- 完全掌握AutoCAD 2008中文版:綜合篇
- CompTIA Linux+ Certification Guide
- The Python Workshop
- 筆記本電腦維修90個精選實例
- Spatial Analytics with ArcGIS
- Dreamweaver+Photoshop+Flash+Fireworks網站建設與網頁設計完全實用
- MPC5554/5553微處理器揭秘
- Kubernetes on AWS
- Embedded Linux Development using Yocto Projects(Second Edition)