Skip to content

Commit

Permalink
remove k10multicluster from downloads
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Gee <richard@technologee.co.uk>
  • Loading branch information
rgee0 committed Jun 5, 2024
1 parent ae5244e commit 102beee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,6 @@ There are 56 apps that you can install on your cluster.
| [just](https://github.com/casey/just) | Just a command runner |
| [k0s](https://github.com/k0sproject/k0s) | Zero Friction Kubernetes |
| [k0sctl](https://github.com/k0sproject/k0sctl) | A bootstrapping and management tool for k0s clusters |
| [k10multicluster](https://github.com/kastenhq/external-tools) | Multi-cluster support for K10. |
| [k10tools](https://github.com/kastenhq/external-tools) | Tools for evaluating and debugging K10. |
| [k3d](https://github.com/k3d-io/k3d) | Helper to run Rancher Lab's k3s in Docker. |
| [k3s](https://github.com/k3s-io/k3s) | Lightweight Kubernetes |
Expand Down Expand Up @@ -915,6 +914,6 @@ There are 56 apps that you can install on your cluster.
| [waypoint](https://github.com/hashicorp/waypoint) | Easy application deployment for Kubernetes and Amazon ECS |
| [yq](https://github.com/mikefarah/yq) | Portable command-line YAML processor. |
| [yt-dlp](https://github.com/yt-dlp/yt-dlp) | Fork of youtube-dl with additional features and fixes |
There are 154 tools, use `arkade get NAME` to download one.
There are 153 tools, use `arkade get NAME` to download one.

> Note to contributors, run `arkade get --format markdown` to generate this list
5 changes: 3 additions & 2 deletions pkg/get/get_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3326,7 +3326,8 @@ func Test_DownloadKubestr(t *testing.T) {
}
}

func Test_DownloadK10multicluster(t *testing.T) {
//(Temporarily disable k10multicluster as the binaries are not available at v7.0.0)
/*func Test_DownloadK10multicluster(t *testing.T) {
tools := MakeTools()
name := "k10multicluster"
v := "4.0.6"
Expand Down Expand Up @@ -3358,7 +3359,7 @@ func Test_DownloadK10multicluster(t *testing.T) {
}
})
}
}
}*/

func Test_DownloadK10tools(t *testing.T) {
tools := MakeTools()
Expand Down
5 changes: 3 additions & 2 deletions pkg/get/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,8 @@ https://github.com/{{.Owner}}/{{.Repo}}/releases/download/{{.Version}}/{{.Repo}}
BinaryTemplate: `{{.Name}}`,
})

tools = append(tools,
//(Temporarily disable k10multicluster as the binaries are not available at v7.0.0)
/* tools = append(tools,
Tool{
Owner: "kastenhq",
Repo: "external-tools",
Expand All @@ -2055,7 +2056,7 @@ https://github.com/{{.Owner}}/{{.Repo}}/releases/download/{{.Version}}/{{.Repo}}
{{.Name}}_{{.Version}}_{{$osStr}}_{{$archStr}}.tar.gz`,
})

*/
tools = append(tools,
Tool{
Owner: "kastenhq",
Expand Down

0 comments on commit 102beee

Please sign in to comment.