Changes between Version 11 and Version 12 of Tutorials/m0SDN/k8s


Ignore:
Timestamp:
Jul 12, 2023, 7:23:39 PM (12 months ago)
Author:
jlaxman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/k8s

    v11 v12  
    106106
    10710710. 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 node
    109108{{{#!shell
    110109root@node1-5:~# kubeadm init --pod-network-cidr=10.19.0.0/16
     
    128127
    129128
    130 Example of kubeadm join command generated by kubeadm init, lets say we want to add node1-6 as the worker node:
     129Example of `kubeadm join` command generated by `kubeadm init`, lets say we want to add node1-6 as the worker node:
    131130{{{#!shell
    132131root@node1-6:~# kubeadm join 10.19.1.5:6443 --token o1cttx.z9al8w8ljqcmqb4y --discovery-token-ca-cert-hash sha256:6ecd74d7eca0299b80499cf2e2e1c87c4079c3d234282be5822761880998853e