Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-2441

Image puller cannot be deployed automatically during operatorhub deployment in allnamespaces mode

    XMLWordPrintable

Details

    • False
    • False
    • Hide
      = {image-puller-name-short} does not work with the {devworkspace} engine

      Currently, when using OperatorHub to install {prod-short} with the {devworkspace} engine, you cannot enable the {image-puller-name-short}. The {image-puller-name-short} currently does not support the {devworkspace} engine.

      .Workaround

      * Fetch the standalone {prod-short} `imagepuller-rhel8` image and use it manually to perform image pulls across the cluster.
      Show
      = {image-puller-name-short} does not work with the {devworkspace} engine Currently, when using OperatorHub to install {prod-short} with the {devworkspace} engine, you cannot enable the {image-puller-name-short}. The {image-puller-name-short} currently does not support the {devworkspace} engine. .Workaround * Fetch the standalone {prod-short} `imagepuller-rhel8` image and use it manually to perform image pulls across the cluster.
    • Documented as Known Issue

    Description

      Trying to install CRW with k8s image puller enabled (by switching the flag in checluster CR) when CRW is installed from tech-preview-latest-all-namespaces channel results in k8s image puller operator not being able to install

      AllNamespaces InstallModeType not supported, cannot configure to watch all namespaces 

       

      checluster CR used for installation:

      kind: CheCluster
      apiVersion: org.eclipse.che/v1
      metadata:
        name: codeready-workspaces
        namespace: openshift-operators
      spec:
        imagePuller:
          enable: true
        auth:
          externalIdentityProvider: false
          identityProviderAdminUserName: ''
          identityProviderClientId: ''
          identityProviderPassword: ''
          identityProviderRealm: ''
          identityProviderURL: ''
          initialOpenShiftOAuthUser: true
          oAuthClientName: ''
          oAuthSecret: ''
        database:
          chePostgresDb: ''
          chePostgresHostName: ''
          chePostgresPassword: ''
          chePostgresPort: ''
          chePostgresUser: ''
          externalDb: false
        devWorkspace:
          enable: true
        metrics:
          enable: true
        server:
          allowUserDefinedWorkspaceNamespaces: false
          cheClusterRoles: ''
          cheFlavor: codeready
          cheWorkspaceClusterRole: ''
          gitSelfSignedCert: false
          nonProxyHosts: ''
          proxyPassword: ''
          proxyPort: ''
          proxyURL: ''
          proxyUser: ''
          serverExposureStrategy: ''
          serverTrustStoreConfigMapName: ''
          tlsSupport: true
          workspaceNamespaceDefault: <username>-codeready
        storage:
          postgresPVCStorageClassName: ''
          preCreateSubPaths: true
          pvcClaimSize: 10Gi
          pvcStrategy: common
          workspacePVCStorageClassName: ''

      Attachments

        Activity

          People

            abazko Anatolii Bazko
            rhopp@redhat.com Radim Hopp
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: