kubestellar / kubeflex

A flexible and scalable platform for running Kubernetes control plane APIs.
Apache License 2.0
46 stars 13 forks source link

bug: Make an apt package available #274

Open algoritmoalex opened 1 month ago

algoritmoalex commented 1 month ago

Describe the bug

An advanced package tool (apt) kubeflex package is not available. Making kubeflex available in native package managers such as apt (Linux) and winget (Windows) will reduce the need for additional dependencies.

Steps To Reproduce

  1. Run sudo apt install kubeflex
  2. See package is not available.

image

Expected Behavior

Running apt install kubeflex should initiate kubeflex installation.

Additional Context

Other package managers may need to be considered for different operating systems.

Need clarification if 3rd party website usage is allowed in GoReleaser.

https://goreleaser.com/customization/cloudsmith/

algoritmoalex commented 1 month ago

I would like to work on this issue.