-
Notifications
You must be signed in to change notification settings - Fork 242
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
Instantiate and manage services through Operator, part 2 #4591
Comments
This command is applicable only for a service that's already created using |
@serenamarie125 pointed it to 4 and added one more item to acceptance criteria - #4160. |
Moved #2785 from "good to have" to "Acceptance Criteria' since it is immediate next step after |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Marking this closed as it's been done since a few sprints back. /close |
@dharmit: 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/test-infra repository. |
User Story
As a user, I want to create a new instance of my database or another service managed by operators So that I can use it (link it) with my application
Acceptance Criteria
odo service create -o json
create a new instance of an operator in my project, and output information about the created operator in JSON format (the output should have the same info asodo service describe <newly created service> -o json
) (Instantiate operator backed service and output JSON data #2784)odo service describe <service name> -o json
should print detailed information about service that was created (for example if is it running or not, how many instances it has, what parameters were used to create this service) in JSON format (Instantiate operator backed service and output JSON data #2784)odo service describe <service name>
should print detailed information about service that was created (for example if is it running or not, how many instances it has, what parameters were used to create this service) (Instantiate operator backed service and output JSON data #2784)odo catalog describe service <name>
&odo catalog describe service <name> -o json
should provide detailed information about the service from OperatorHub. (describe operator backed services #2615)odo service create
andodo service delete
should should add/delete service info from devfile. Subsequentodo push
should create/delete service from the cluster.odo service list
should print service information with its state. (odo service create should add operator CR to the devfile #4160)odo service create
command) Provide parameters to create service backed by operators #2785good to have:
odo service create
should allow user to interactively create operator backed services (Interactive mode for creating operator backed service #2799)Links
/area service-operators
/area service
/kind feature
JIRA Epic Tracking
ODO-48
The text was updated successfully, but these errors were encountered: