redhat-developer / odo

odo - Developer-focused CLI for fast & iterative container-based application development on Podman and Kubernetes. Implementation of the open Devfile standard.
https://odo.dev
Apache License 2.0
773 stars 244 forks source link

Deprecation Notice for Service Binding Operator #7254

Open jeffgus opened 6 days ago

jeffgus commented 6 days ago

/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 (cd346c5e6-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?

jeffgus commented 6 days ago

I installed https://github.com/servicebinding/runtime which appears to be the replacement for the operator, but odo doesn't recognize it.