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

MicroShift fails to set featureSet: "DevPreviewNoUpgrade"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 4.21
    • MicroShift
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • 0
    • None
    • None
    • None
    • None
    • uShift Sprint 282
    • 1
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

      MicroShift fails to restart after featureSet: "DevPreviewNoUpgrade" is set.

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

      4.21.0~rc.0

      How reproducible:

      always

      Steps to Reproduce:

          1. Deploy a MicroShift VM
          2. Wait for all pods on running state
          3. Set /etc/microshift/config.yaml:
      apiServer:
        featureGates:
          featureSet: "DevPreviewNoUpgrade"
        subjectAltNames:
          - 192.168.122.235
      telemetry:
        status: Disabled     
          4. sudo systemctl restart microshift

      Actual results:

      2 issues:
         - no pods running, command oc get pods -A never output any info, is stuck. MicroShift service looks it's running ok
         - customNoUpgrade field in microshift config must not be set:
           $ sudo microshift show-config -m effective | head -n15
      apiServer:
        advertiseAddress: 10.44.0.0
        auditLog:
          maxFileAge: 0
          maxFileSize: 200
          maxFiles: 10
          profile: Default
        featureGates:
          customNoUpgrade:
            disabled: null
            enabled: null
          featureSet: DevPreviewNoUpgrade
        namedCertificates: null
        subjectAltNames:
        - 192.168.122.235

      Expected results:

      All microshift pods running and this command output:
      $ sudo microshift show-config -m effective | head -n15
      apiServer:
        advertiseAddress: 10.44.0.0
        auditLog:
          maxFileAge: 0
          maxFileSize: 200
          maxFiles: 10
          profile: Default
        featureGates:
          featureSet: DevPreviewNoUpgrade
        namedCertificates: null
        subjectAltNames:
        - 192.168.122.235

      Additional info:

          

              jcope@redhat.com Jon Cope
              agullon Alejandro Gullón
              None
              None
              John George John George
              None
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: