Don't let users install applications from the GitOps catalog that won't work on k3d #1810
Closed
1 of 2 tasks
Labels
console
Specific to the console application
feature
Something new
good first issue
Good for newcomers
What is your feature idea?
Some applications from the GitOps catalog can't be installed on k3d (ex.: DataDog), and now that the catalog is also available on k3d, we probably want to prevent the users from installing those locally.
Why is it needed?
It will prevent installing applications that won't work, so the users won't try to fix something that shouldn't, and we won't get support request for those.
I suggest we add a new field in the index.yaml, like
k3d
(@donnalux can find a better name for it) which should be set tofalse
if not working on k3d, andtrue
if it is. We could also default totrue
if the new field is not set.Is this missing feature preventing you from using kubefirst?
Code of Conduct
The text was updated successfully, but these errors were encountered: