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.9
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.10
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 26, 2025

  1. Add --merge flag to k3sup plan

    Adds --merge flag to the initial installation, if the local
    kubeconfig file already exists.
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    8602af8 View commit details
    Browse the repository at this point in the history
  2. Add get-config command

    The get-config command can be used to retrieve a config or to
    merge it from an existing installation.
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    e515ca4 View commit details
    Browse the repository at this point in the history
  3. Fix Makefile for Linux target when run on an Arm64 Mac

    The k3sup binary is for Linux amd64, but was being created for
    Linux arm64 and not Linux amd64.
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    5d97659 View commit details
    Browse the repository at this point in the history
Loading