Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-48665

The name proposed by the UI for a new service is `exampleasd`

XMLWordPrintable

    • Low
    • None
    • False
    • Hide

      None

      Show
      None

      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:

      
          

              upalatuc@redhat.com Ugo Palatucci
              rhn-support-adistefa Alessandro Di Stefano
              Sanket Pathak Sanket Pathak
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: