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

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

XMLWordPrintable

    • Low
    • None
    • False
    • Hide

      None

      Show
      None
    • 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:

      
          

              upalatuc@redhat.com Ugo Palatucci
              openshift-crt-jira-prow OpenShift Prow Bot
              Guohua Ouyang Guohua Ouyang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: