Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alexellis/k3sup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.13.1
Choose a base ref
...
head repository: alexellis/k3sup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.13.2
Choose a head ref
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on Sep 28, 2023

  1. Alteration to support message

    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    863a0ed View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Fix typo

    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3a02867 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Add plan and node-token commands

    * plan can be used to generate a bash script to install a HA
    cluster - a minimum set of options are included, PRs are welcome
    to add anything else you may need
    * node-token obtains a node token for k3sup join, which is
    required when creating large clusters via automation, so that
    there are not too many SSH connections created when it's not
    required
    * a helper method was added to obtain an SSH connection,
    rather than repeating it in each command
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2382066 View commit details
    Browse the repository at this point in the history
  2. Move temporary file deletion into a defer

    This is required so that the temporary file, which is
    potentially sensitive, gets cleaned up even if the function
    exits early.
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7ac93b8 View commit details
    Browse the repository at this point in the history
  3. Update examples for k3sup plan

    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bee8462 View commit details
    Browse the repository at this point in the history
  4. Use an env-var for the node-token instead of a file

    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8c01ffb View commit details
    Browse the repository at this point in the history
  5. Use node-token from an env-var instead of a file

    This reduces the risk of the resulting file being committed
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    48c82b3 View commit details
    Browse the repository at this point in the history
  6. Add notes to README for k3sup plan

    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bb4baf4 View commit details
    Browse the repository at this point in the history
Loading