You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
k3sup app install can install software like OpenFaaS, Minio, Kubernetes Dashboard to any Kubernetes cluster think of it like brew, for helm. It uses helm charts, but abstracts away all the horrible details behind a simple set of Go CLI flags.
"k3sup app install/info" has become "arkade"
This is because:
People dismiss k3sup for installing apps to Kubernetes because it contains the word k3s
I've tried very hard to educate folks including blogs, Tweets and the README
People still ask "does k3sup app install work on Kubernetes", the answer is YES! 🤓
I feel like I have only one choice left, which is to rename the "apps" part of the project and spin it out into its own thing (arkade)
So k3sup will return to its original goal of only bootstrapping and configuring k3s cluster, and nothing more.
You will also be able to get tools such as Arkade via k3sup download arkade and k3sup download kubectl.
Please try out the new project and let me know what you think
curl -sLS https://dl.get-arkade.dev | sudo sh
arkade install openfaas
arkade info openfaas
Do you use k3sup / arkade?
For those wanting to see ongoing development of k3sup and arkade, please consider joining GitHub Sponsors.
You'll get regular email updates about breaking changes, new features and any security issues that may come up. It's also your chance to support the work of the community.
We found lots of code usage of "k3sup app install" in automation scripts and blog posts, if you don't want to upgrade yet, then you can simply pin to a slightly older release
The text was updated successfully, but these errors were encountered:
Announcement
k3sup app install
can install software like OpenFaaS, Minio, Kubernetes Dashboard to any Kubernetes cluster think of it like brew, for helm. It uses helm charts, but abstracts away all the horrible details behind a simple set of Go CLI flags."k3sup app install/info" has become "arkade"
This is because:
I feel like I have only one choice left, which is to rename the "apps" part of the project and spin it out into its own thing (arkade)
So k3sup will return to its original goal of only bootstrapping and configuring k3s cluster, and nothing more.
You will also be able to get tools such as Arkade via
k3sup download arkade
andk3sup download kubectl
.Please try out the new project and let me know what you think
⭐️ on GitHub at arkade's new home: https://get-arkade.dev
Download via:
curl -sLS https://dl.get-arkade.dev | sudo sh arkade install openfaas arkade info openfaas
Do you use k3sup / arkade?
For those wanting to see ongoing development of k3sup and arkade, please consider joining GitHub Sponsors.
You'll get regular email updates about breaking changes, new features and any security issues that may come up. It's also your chance to support the work of the community.
We found lots of code usage of "k3sup app install" in automation scripts and blog posts, if you don't want to upgrade yet, then you can simply pin to a slightly older release
The text was updated successfully, but these errors were encountered: