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
* Kasten apps removed due to limited usage
* OSM is deprecated
* inlets-tcp app is replaced by generating YAML via the
inlets command
* Updates arkade to use Go 1.22
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@ Run the following to see what's available `arkade system install`:
254
254
prometheus Install Prometheus
255
255
pwsh Install Powershell
256
256
registry Install registry
257
-
tc-redirect-tap Install tc-redirect-tap
257
+
tc-redirect-tap Install tc-redirect-tap
258
258
```
259
259
260
260
The initial set of system apps is now complete, learn more in the original proposal: [Feature: system packages for Linux servers, CI and workstations #654](https://github.com/alexellis/arkade/issues/654)
@@ -714,12 +714,10 @@ A CLI or "tool" is a command line tool that you run directly on your own worksta
714
714
| influxdb | Install influxdb |
715
715
| ingress-nginx | Install ingress-nginx |
716
716
| inlets-operator | Install inlets-operator |
717
-
| inlets-tcp-client | Install inlets PRO TCP client |
718
717
| istio | Install istio |
719
718
| jenkins | Install jenkins |
720
719
| kafka | Install Confluent Platform Kafka |
721
720
| kafka-connector | Install kafka-connector for OpenFaaS |
722
-
| kanister | Install kanister for application-level data management |
723
721
| kong-ingress | Install kong-ingress for OpenFaaS |
| [kind](https://github.com/kubernetes-sigs/kind) | Run local Kubernetes clusters using Docker container nodes. |
@@ -850,7 +844,6 @@ There are 56 apps that you can install on your cluster.
850
844
| [kubens](https://github.com/ahmetb/kubectx) | Switch between Kubernetes namespaces smoothly. |
851
845
| [kubescape](https://github.com/kubescape/kubescape) | kubescape is the first tool for testing if Kubernetes is deployed securely as defined in Kubernetes Hardening Guidance by NSA and CISA |
852
846
| [kubeseal](https://github.com/bitnami-labs/sealed-secrets) | A Kubernetes controller and tool for one-way encrypted Secrets |
853
-
| [kubestr](https://github.com/kastenhq/kubestr) | Kubestr discovers, validates and evaluates your Kubernetes storage options. |
854
847
| [kubetail](https://github.com/johanhaleby/kubetail) | Bash script to tail Kubernetes logs from multiple pods at the same time. |
0 commit comments