-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
993f61e
commit 3ba22b2
Showing
3 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
.PHONEY: build | ||
build: | ||
GOOS=windows GOARCH=amd64 go build -o cmd/kubeslice-windows-amd64.exe main.go | ||
GOOS=linux GOARCH=amd64 go build -o cmd/kubeslice-linux-amd64 main.go | ||
GOOS=linux GOARCH=arm go build -o cmd/kubeslice-linux-arm main.go | ||
GOOS=linux GOARCH=arm64 go build -o cmd/kubeslice-linux-arm64 main.go | ||
GOOS=darwin GOARCH=amd64 go build -o cmd/kubeslice-darwin-amd64 main.go | ||
GOOS=darwin GOARCH=arm64 go build -o cmd/kubeslice-darwin-arm64 main.go | ||
GOOS=windows GOARCH=amd64 go build -o cmd/slicectl-windows-amd64.exe main.go | ||
GOOS=linux GOARCH=amd64 go build -o cmd/slicectl-linux-amd64 main.go | ||
GOOS=linux GOARCH=arm go build -o cmd/slicectl-linux-arm main.go | ||
GOOS=linux GOARCH=arm64 go build -o cmd/slicectl-linux-arm64 main.go | ||
GOOS=darwin GOARCH=amd64 go build -o cmd/slicectl-darwin-amd64 main.go | ||
GOOS=darwin GOARCH=arm64 go build -o cmd/slicectl-darwin-arm64 main.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# `slicectl` for simplified KubeSlice Operations | ||
|
||
[comment]: <> (![Latest GitHub release](https://img.shields.io/github/release/kubeslice/slicectl.svg)) | ||
|
||
This repository provides `slicectl` tool. | ||
[Install →](#installation) | ||
|
||
## Installation | ||
|
||
`slicectl` is a Go Lang executable utility which helps perform the KubeSlice operations like installation, demo, etc. | ||
on Kubernetes Clusters. You can download a suitable version of the installer from the [**Releases page | ||
→**](https://github.com/kubeslice/slicectl/releases) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters