-
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
Only delete service from devfile #4761
Only delete service from devfile #4761
Conversation
248fb70
to
09ca0a7
Compare
/test psi-kubernetes-integration-e2e |
2 similar comments
/test psi-kubernetes-integration-e2e |
/test psi-kubernetes-integration-e2e |
90a6ea9
to
13be133
Compare
/test v4.7-integration-e2e |
/test psi-kubernetes-integration-e2e |
4 similar comments
/test psi-kubernetes-integration-e2e |
/test psi-kubernetes-integration-e2e |
/test psi-kubernetes-integration-e2e |
/test psi-kubernetes-integration-e2e |
85d741c
to
b31b52b
Compare
/test psi-kubernetes-integration-e2e |
I can see a difference in the content of the label For an Operator backed service, this is the name of the component from which the service is deployed:
For a service catalog service instance, this is the name of the service itself:
|
/test unit |
a0e35b8
to
f8761c0
Compare
/test psi-unit-test-windows |
@@ -44,53 +44,13 @@ $ kubectl create -f https://operatorhub.io/install/postgresql-operator-dev4devs- | |||
|
|||
**NOTE**: The `my-postgresql-operator-dev4devs-com` Operator will be installed in the `my-postgresql-operator-dev4devs-com` namespace and will be usable from this namespace only. | |||
|
|||
==== Creating a database to be used by the sample application |
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.
I moved this section after odo create
as it is now (from a previous PR) necessary to have a component before to create a service.
cdbd0b9
to
70c07c8
Compare
/test psi-kubernetes-integration-e2e |
709782a
to
c41f8d5
Compare
/retest |
fb5b38c
to
bcb021e
Compare
71300f4
to
ca5cd36
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.
/lgtm
@feloy: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/test v4.7-integration-e2e |
Timeout while spinning up the cluster - link to logs:
|
What type of PR is this?
/kind feature
What does this PR do / why we need it:
odo service delete
removes a service from the Devfile only, it does not undeploy it from the cluster.odo service list
lists services in Devfile and/or deployed into the clusterodo push
undeploys services managed by the current devfile not present in this devfileWhich issue(s) this PR fixes:
Fixes #4160
PR acceptance criteria:
Unit test
Integration test
Documentation
Update changelog
I have read the test guidelines
How to test changes / Special notes to the reviewer:
From a cluster with
etcdoperator
installed: