Skip to content

Commit

Permalink
Deprecate kubectl-switch
Browse files Browse the repository at this point in the history
  • Loading branch information
tjamet authored Aug 14, 2024
1 parent 6ea13ce commit 8e8e133
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# kubectl-switch

A wrapper over kubectl to ensure using a version that matches the server version.
⚠️ This project is deprecated and will be turned into a read-only mode at the begining of October 2024.
Other similar project like [kuberlr] now exist and are packaged with Kubernetes distributions.

In particular [kuberlr] offers a more flexible interface to allow listing and managing installed kubectl versions.

```plaintext
Usage:
kuberlr [command]
Available Commands:
bins Print information about the kubectl binaries found
completion Generate the autocompletion script for the specified shell
get Download the kubectl version specified
help Help about any command
version Print version information
Flags:
-h, --help help for kuberlr
-v, --verbosity Level log level [0-5]. 0 (Only Error and Warning) to 5 (Maximum detail).
Use "kuberlr [command] --help" for more information about a command.
```

kubectl-switch: A wrapper over kubectl to ensure using a version that matches the server version.

# Installation

Expand Down Expand Up @@ -28,3 +51,4 @@ go build -o /usr/local/bin/k github.com/tjamet/kubectl-switch
k version
k get ns
```
[kuberlr]: https://github.com/flavio/kuberlr

0 comments on commit 8e8e133

Please sign in to comment.