-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.18.0
-
None
-
Low
-
None
-
False
-
-
Release Note Not Required
-
In Progress
This is a clone of issue OCPBUGS-48665. The following is the description of the original issue:
—
Description of problem:
The proposed name for services in the ui has an additional 'asd' after example: `exampleasd`.
4.18.0-0.nightly-multi-2025-01-15-030049
How reproducible: Always
Steps to Reproduce:
1. Go to the UI -> Networking -> Services 2. Click create a new service
Actual results:
--- apiVersion: v1 kind: Service metadata: name: exampleasd namespace: test spec: selector: app: name spec: ...
Expected results:
--- apiVersion: v1 kind: Service metadata: name: example namespace: test spec: ....
Additional info:
- blocks
-
OCPBUGS-48704 The name proposed by the UI for a new service is `exampleasd`
- ON_QA
- clones
-
OCPBUGS-48665 The name proposed by the UI for a new service is `exampleasd`
- ON_QA
- is blocked by
-
OCPBUGS-48665 The name proposed by the UI for a new service is `exampleasd`
- ON_QA
- is cloned by
-
OCPBUGS-48704 The name proposed by the UI for a new service is `exampleasd`
- ON_QA
- links to