Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature to install kubernetes worker nodes #1183

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 25, 2022

  1. Add feature to install kubernetes worker nodes

    If your instances are connected through a proper network, then
    it is possible to join additional workers to the control plane.
    
    Beyond the URL of the apiserver (running on port 6443), you will
    also need the secret "token" emitted by the initial installation.
    
    Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
    afbjorklund committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    d952776 View commit details
    Browse the repository at this point in the history
  2. Add shell commands for finding out the token

    Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
    afbjorklund committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    bda88f2 View commit details
    Browse the repository at this point in the history
  3. Make the k3s and k8s more similar in layout

    Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
    afbjorklund committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    4132d45 View commit details
    Browse the repository at this point in the history
  4. Show warning about extra guest network needed

    Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
    afbjorklund committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    335b6b2 View commit details
    Browse the repository at this point in the history