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

[WIP]add playground catalog command #23

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

lalyos
Copy link
Contributor

@lalyos lalyos commented Dec 14, 2024

No description provided.

@lalyos lalyos changed the title add playground catalog command [wip] [WIP]add playground catalog command Dec 14, 2024
@lalyos lalyos force-pushed the playground-catalog branch 2 times, most recently from b7c785b to fc60613 Compare December 15, 2024 08:48
@lalyos
Copy link
Contributor Author

lalyos commented Dec 15, 2024

I've added an optional --filter
I've identified 3 possible values from inspecting the webui:

  • my-custom
  • popular
  • recent
$ labctl p cat -f my-custom
Available playgrounds:
  - custom-1a7d32b1 - Single node k3s witch VCluster cli installed.
  - custom-69a0252b - Like the single node k3s cluster, but traefik,localstore and loadbalancers are enabled.

$ labctl p cat -f popular
Available playgrounds:
  - docker - A Linux server with Docker engine pre-installed.
  - k3s - A multi-node K3s cluster with a load balancer, Helm, and more.
  - mini-lan-ubuntu-docker - Three Ubuntu servers with Docker pre-installed connected into a single network.
  - ubuntu-24-04 - A vanilla Ubuntu 24.04 server.
 
$ labctl p cat -f recent
Available playgrounds:
  - alpine - A lightweight Alpine Linux server.
  - custom-1a7d32b1 - Single node k3s witch VCluster cli installed.
  - custom-20577521 -
  - docker - A Linux server with Docker engine pre-installed.
  - k3s - A multi-node K3s cluster with a load balancer, Helm, and more.
  - k3s-bare - A single-node cluster with most of the K3s bells and whistles disabled.
  - ubuntu-24-04 - A vanilla Ubuntu 24.04 server.

@lalyos lalyos force-pushed the playground-catalog branch from fc60613 to 0f46206 Compare December 15, 2024 09:41
@iximiuz iximiuz merged commit 56fa3e0 into iximiuz:main Dec 15, 2024
@iximiuz
Copy link
Owner

iximiuz commented Dec 15, 2024

Thanks a lot for the handy command @lalyos!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants