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

Missing "Mixed" value in explanation for installconfig.publish

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • Low
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

      The explain command is missing the parameter "Mixed" for "installconfig.publish".        

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

      4.20.0-0.nightly-2025-09-15-100049     

      How reproducible:

      Always    

      Steps to Reproduce:

      openshift-install explain installconfig.publish         

      Actual results:

      ./openshift-install explain installconfig.publish
      KIND:     InstallConfig
      VERSION:  v1RESOURCE: <string>
        Default: "External"
        Valid Values: "","External","Internal"
        Publish controls how the user facing endpoints of the cluster like the Kubernetes API, OpenShift routes etc. are exposed.
      When no strategy is specified, the strategy is "External".
      

      Expected results:

      The "Valid Values" should also include the value "Mixed" + there should be an explanation below that the value "Mixed" only applies to the "azure" platform (and possibly also that when using this value, the operatorPublishingStrategy needs to be also configured).    

      Additional info:

      Creating manifests works with the following:install-config.yaml:
      [...]
      operatorPublishingStrategy:
        apiserver: External
        ingress: Internal
      platform:
        azure:
          baseDomainResourceGroupName: os4-common
          cloudName: AzurePublicCloud
          defaultMachinePlatform:
            encryptionAtHost: true
            vmNetworkingType: Accelerated
          outboundType: Loadbalancer
          region: germanywestcentral
      publish: Mixed
      [...]    

              rh-ee-bbarbach Brent Barbachem
              rh-ee-jhanzlic Josef Hanzlicek
              None
              None
              Josef Hanzlicek Josef Hanzlicek
              None
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: