Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austincunningham/change-operator-sdk
operator-sdk change binary
https://github.com/austincunningham/change-operator-sdk
operator-sdk
Last synced: 11 days ago
JSON representation
operator-sdk change binary
- Host: GitHub
- URL: https://github.com/austincunningham/change-operator-sdk
- Owner: austincunningham
- Created: 2020-02-20T11:00:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T13:58:02.000Z (about 3 years ago)
- Last Synced: 2024-04-13T16:18:14.310Z (10 months ago)
- Topics: operator-sdk
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Change the Operator-sdk binary
Shell script for downloading an changeing the operator-sdk binary so you can manage mutliple binarys locally. Symlinking to `/usr/local/bin/opeator-sdk` from `/opt/operator-sdk//operator-sdk`. Should work with linux and Mac
> *NOTE*: This script doesn't verify the operator-sdk binary. Haven't tested on Mac.
# Usasge
```sh
# Clone the Repo
git clone https://github.com/austincunningham/change-operator-sdk.git
# change directory
cd change-operator-sdk
# Set the file to be able to execute
chmod +x choperator-sdk.sh
# Run the script
./choperator-sdk.sh
# If you have versions of the operator-sdk on the system installed by this tool you can pass it in with cmd line args
./choperator-sdk.sh v1.12.0
```
![](screenshot.png)