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

[Enhancement] Improved Podman compatibility #868

Merged
merged 6 commits into from
Dec 4, 2021

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    e2c0874 View commit details
    Browse the repository at this point in the history
  2. feat: Allow creating the registry on user-defined networks

    This might be useful when a user wants to use a different network to run
    the registry, especially for Podman users.
    
    This patch avoids adding such a flag to clusterCreate to avoid polluting
    the arguments for that command. A better long-term solution would be to
    create a new network for the registry.
    serverwentdown committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    8738657 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Configuration menu
    Copy the full SHA
    a0d9a1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd61bf4 View commit details
    Browse the repository at this point in the history
  3. Simplify/Clarify Names

    - network is not ambiguous for registry, so it can just be network instead of DefaultNetwork
    - DefaultNetwork as a type however could be ambiguous in that it could be confused for k3d's default network (i.e. `k3d cluster create` without a name would create the "default" `k3d-k3s-default` network)
    iwilltry42 authored Dec 4, 2021
    Configuration menu
    Copy the full SHA
    d41cbcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3b3823 View commit details
    Browse the repository at this point in the history