-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
👻 Add hack/setup-operator.sh
scripts and more dev doc
#1818
Conversation
hack/setup-*.sh
scripts for convincehack/setup-*.sh
scripts for convenience
8c49620
to
b75435e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1818 +/- ##
==========================================
+ Coverage 39.20% 42.05% +2.85%
==========================================
Files 146 166 +20
Lines 4857 5340 +483
Branches 1164 1338 +174
==========================================
+ Hits 1904 2246 +342
- Misses 2939 2974 +35
- Partials 14 120 +106
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
5bb7307
to
0bd9b5b
Compare
hack/setup-*.sh
scripts for conveniencehack/setup-operator.sh
scripts for convenience
hack/setup-operator.sh
scripts for conveniencehack/setup-operator.sh
scripts and more dev doc
8ff36a4
to
7cac92d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for sharing!
Helpful scripts to: 1. Setup a minikube instance with plugins and OLM 2. Setup the operator and create a Tackle instance Both scripts are based on the operator's hack scripts of similar names but modified to install the dev version without building anything locally first. Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
7cd8220
to
298f43d
Compare
Add a helpful script to setup the operator and create a Tackle instance. Update README.md files to match. Added some useful commands to
hack/README.md
.The script is based on the operator's scripts of similar names, but modified to install the dev version without building anything locally first.
For reference, here is the OLM install script: https://github.com/operator-framework/operator-lifecycle-manager/blob/master/scripts/install.sh