-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.18.0
-
None
-
Low
-
None
-
False
-
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-48680 The name proposed by the UI for a new service is `exampleasd`
- POST
- is cloned by
-
OCPBUGS-48680 The name proposed by the UI for a new service is `exampleasd`
- POST
-
OCPBUGS-48676 Edit route form displays incorrect label for "save"
- ON_QA
- links to