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

[FEATURE] Add command to list K3s image tags #846

Closed
nunix opened this issue Nov 9, 2021 · 0 comments · Fixed by #870
Closed

[FEATURE] Add command to list K3s image tags #846

nunix opened this issue Nov 9, 2021 · 0 comments · Fixed by #870
Labels
enhancement New feature or request
Milestone

Comments

@nunix
Copy link

nunix commented Nov 9, 2021

Scope of your request

  • a new flag for a command (e.g. k3d cluster create --<your-flag>)?
    • k3d version list-k3s

Describe the solution you'd like

In order to help users creating a cluster with a specific K3s version, a new command could list the available versions.
In comparison, Rancher Desktop has a selection in their GUI. As k3d is command based, a shorter listing of versions could be needed/helpful.

Based on the current command hierarchy, my suggestion is to have k3d version list-k3s (or something similar).
Initially I thought about a subcommand in the image option, however it would have mixed purposes.

Describe alternatives you've considered

Currently I have two different ways of getting the K3s versions:

  • Go to hub.docker.com and look the image tags there
  • Use regctl created by a Docker Captain: regctl tag list rancher/k3s

Screenshot 2021-11-09 at 17 25 50

Hope it makes sense and let me know if you need any further information.

Keep the excellent work.
The Corsair

@nunix nunix added the enhancement New feature or request label Nov 9, 2021
@iwilltry42 iwilltry42 added this to the v5.2.0 milestone Nov 22, 2021
@iwilltry42 iwilltry42 modified the milestones: v5.3.0, v5.1.1 Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants