-
Notifications
You must be signed in to change notification settings - Fork 244
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
Deprecation Notice for Service Binding Operator #7254
Comments
I installed https://github.com/servicebinding/runtime which appears to be the replacement for the operator, but |
@jeffgus Thanks for the info about the deprecation notice! I've added this as a warning to all the doc pages mentioning the Service Binding Operator, like https://odo.dev/docs/command-reference/add-binding Alternatively, it should be possible to connect to other services without the Service Binding Operator. See this blog post for a detailed walkthrough: https://odo.dev/blog/binding-database-service-without-sbo Closing this issue as done (by mentioning the deprecation notice in the odo docs), but feel free to reopen if you think otherwise. /close |
@rm3l: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/kind bug
The
odo add binding
command requires the Service Binding Operator, but the page shows that the operator has been deprecated as of Feb 2024.What versions of software are you using?
Operating System:
Fedora 40
Output of
odo version
:odo v3.16.1 (cd346c5-nightly)
Server: https://xxxxxxxxxxxxxxxxxx:6443
OpenShift: 4.14.27
Kubernetes: v1.27.13+048520e
Podman Client: 5.1.1
How did you run odo exactly?
odo add binding
Actual behavior
✗ Service Binding Operator is not installed on the cluster, please ensure it is installed before proceeding. See installation instructions: https://odo.dev/docs/command-reference/add-binding#installing-the-service-binding-operator
Expected behavior
I can install the operator, but should I since it is now deprecated?
The text was updated successfully, but these errors were encountered: