Changes between Version 11 and Version 12 of Tutorials/m0SDN/k8s
- Timestamp:
- Jul 12, 2023, 7:23:39 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/k8s
v11 v12 106 106 107 107 10. Initialize the Kubernetes Cluster: 108 This command outputs kubeadm join command; make sure you copy this as this will be helpful for joining worker nodes to the master node109 108 {{{#!shell 110 109 root@node1-5:~# kubeadm init --pod-network-cidr=10.19.0.0/16 … … 128 127 129 128 130 Example of kubeadm join command generated by kubeadm init, lets say we want to add node1-6 as the worker node:129 Example of `kubeadm join` command generated by `kubeadm init`, lets say we want to add node1-6 as the worker node: 131 130 {{{#!shell 132 131 root@node1-6:~# kubeadm join 10.19.1.5:6443 --token o1cttx.z9al8w8ljqcmqb4y --discovery-token-ca-cert-hash sha256:6ecd74d7eca0299b80499cf2e2e1c87c4079c3d234282be5822761880998853e