Changes between Version 5 and Version 6 of Tutorials/m0SDN/k8s


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

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/m0SDN/k8s

    v5 v6  
    128128
    129129
    130 Example of kubeadm join command generated by kubeadm init:
     130Example of kubeadm join command generated by kubeadm init, lets say we want add node1-6 as the worker node:
    131131{{{#!shell
    132 root@node1-5:~# kubeadm join 10.19.1.5:6443 --token o1cttx.z9al8w8ljqcmqb4y --discovery-token-ca-cert-hash sha256:6ecd74d7eca0299b80499cf2e2e1c87c4079c3d234282be5822761880998853e
     132root@node1-6:~# kubeadm join 10.19.1.5:6443 --token o1cttx.z9al8w8ljqcmqb4y --discovery-token-ca-cert-hash sha256:6ecd74d7eca0299b80499cf2e2e1c87c4079c3d234282be5822761880998853e
    133133}}}
    134134