Releases: alexellis/arkade
Add uninstall command and delete alias
Add k9s CLI to "arkade get"
k9s is a CLI for exploring Kubernetes resources. It also has openfaas support.
# Get the CLI
arkade get k9s
# Usage:
k9s
Changelog for 0.6.5:
- PR #191 Add k9s tool by @alexellis
Commits
0906524 Add k9s tool by @alexellis
5b1a36c Read registry-creds flags from envs when specified by @alexellis
Generated by Derek
Update registry-creds app to read from env
Changelog for 0.6.4:
Commits
76049b5 Read registry-creds flags from envs when specified by @alexellis
Generated by Derek
Add registry-creds app
Changelog for 0.6.3:
- PR #187 Add registry-creds app by @alexellis
Commits
da2ba08 Add registry-creds app by @alexellis
Generated by Derek
Adds kubebuilder, kustomize, kube-image-prefetch, and doctl
Usage:
# CLIs
arkade get TOOL
# Charts / apps
arkade install APP
"kube-image-prefetch" keeps images pulled on every node to speed-up horizontal auto-scaling
Changelog for 0.6.2:
- PR #186 Add doctl tool to get command by @alexellis
- PR #185 Add kustomize and change default mode for get by @alexellis
- PR #182 add kubebuilder to get command by @amalkh5
- PR #178 Added kube-image-prefetch app by @AverageMarcus
- PR #181 Move to using issuers rather than cluster issuers by @Waterdrips
- PR #172 Optimise func MakeInfo() inside cmd/info.go by @itsksaurabh
Commits
612c2af Add doctl tool to get command by @alexellis
25a1f7b Add kustomize and change default mode for get by @alexellis
913b2a6 add kubebuilder to get command by @amalkh5
9c6f4a7 Removed namespace by @AverageMarcus
e359b54 Fixed message indentation by @AverageMarcus
8d5156b Added kube-image-prefetch app by @AverageMarcus
3b91aec Move to using issuers rather than cluster issuers by @Waterdrips
e12c328 Add env indicator by @alexellis
bea76e7 Add two posts by @alexellis
52607b8 Optimise func MakeInfo() inside cmd/info.go by @itsksaurabh
Generated by Derek
Fix for faas-cli download on Linux clients
Changelog for 0.6.1:
- PR #175 Faas-cli binary template for linux amd64 by @Waterdrips
Commits
05b03a1 Add --stash mode to get by @alexellis
8c0b60f Faas-cli binary template for linux amd64 by @Waterdrips
Generated by Derek
Meshy - Add Open Service Mesh, update linkerd2, cert-manager, and add k3sup
Overview:
- Add Open Service Mesh (OSM)
- Upgrade Linkerd2 version to stable-2.8.1
- Consolidate download code for fetching CLIs for general use and fetching CLIs to install apps
- cert-manager upgraded to v0.15.2 with CRD installed via helm instead of a separate step
- Adds k3sup to
arkade get k3sup
to download the CLI
Install a mesh, but not both, as they will conflict.
arkade install osm
arkade install linkerd
Changelog for 0.6.0:
- PR #167 Add Open Service Mesh (OSM) and update Linkerd2 by @alexellis
- PR #154 Upgrade cert-manager to v0.15.2 by @meyskens
- PR #156 Add k3sup tool in arkade get by @tuananh
Commits
8de0eff Update linkerd version by @alexellis
3160414 Add OSM - initial work by @alexellis
1acbd7f Add another nice arkade tutorial by @alexellis
e2e2b63 Add new video walk-through to README by @alexellis
9b92cb2 Upgrade cert-manager to v0.15.2 by @meyskens
5c46d64 Add k3sup tool in arkade get by @tuananh
Generated by Derek
Move to a single list of apps
Changelog for 0.5.1:
Removes list of apps that was hard-coded and generates the list by
using cobra instead and its list of commands.
- See the README for a list of apps and CLIs that arkade can install to Kubernetes.
- View the walk-through video here
Commits
3c3970e Remove extra list of apps by @alexellis
2329198 Add video by @alexellis
Generated by Derek
Add k3d, kubeseal and inletsctl to downloads
Changelog for 0.5.0:
- PR #153 Add inletsctl and kubeseal to get command by @alexellis
- PR #150 add k3d by @iwilltry42
Commits
531ac43 Add inletsctl and kubeseal to get command by @tuananh
f014f4e Tune title by @alexellis
32231a1 Add links to README by @alexellis
4750881 add k3d by @iwilltry42
a61fce9 Update badge to be on one line by @alexellis
dd3b953 Arkade makes you feel like a hero by @alexellis
Generated by Derek
Make "kind" available for download
Changelog for 0.4.3:
- PR #148 Fix kubeseal download, add KinD as a tool by @alexellis
Commits
1ef5bae Document the kind download option by @alexellis
b928065 Fix kubeseal download, add KinD as a tool by @alexellis
Generated by Derek