Bug 1761440 - Can't create two services of the same type
Summary: Can't create two services of the same type
Keywords:
Status: CLOSED EOL
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: odo
Version: 4.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.4.0
Assignee: Nobody
QA Contact:
Yana Hontyk
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-10-14 12:11 UTC by Yana Hontyk
Modified: 2022-08-26 17:56 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-08-26 17:56:31 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift odo issues 843 0 'None' open Can't create two services of the same type 2020-07-04 14:05:26 UTC

Description Yana Hontyk 2019-10-14 12:11:03 UTC
Description of problem:
It is not possible to create two services of the same type in one project .

Version-Release number of selected component (if applicable):
1.0

How reproducible:
always

Steps to Reproduce:
1. odo service create postgresql-persistent
2. odo service list
3. odo service create postgresql-persistent mypost

Actual results:
▶ odo service list
NAME                      TYPE                      STATUS
mypost                    postgresql-persistent     ProvisionRequestInFlight
postgresql-persistent     postgresql-persistent     ProvisionedSuccessfully

▶ odo service list
NAME                      TYPE                      STATUS
mypost                    postgresql-persistent     Provisioning
postgresql-persistent     postgresql-persistent     ProvisionedSuccessfully

▶ odo service list
NAME                      TYPE                      STATUS
mypost                    postgresql-persistent     DeprovisionBlockedByExistingCredentials
postgresql-persistent     postgresql-persistent     ProvisionedSuccessfully

Expected results:
NAME                      TYPE                      STATUS
mypost                    postgresql-persistent     ProvisionedSuccessfully           
postgresql-persistent     postgresql-persistent     ProvisionedSuccessfully

Additional info:


Note You need to log in before you can comment on or make changes to this bug.