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

Please change default ImagePullPolicy for workspace pods, or make configurable

XMLWordPrintable

    • False
    • None
    • False
    • Release Notes
    • Hide
      = Support setting ImagePullPolicy for workspace containers in CheCluster CR

      With this update, `ImagePullPolicy` for DevWorkspace containers can be now set using the dedicated CheCluster CR field.

      [source, yaml]
      ----
      apiVersion: org.eclipse.che/v2
      kind: CheCluster
      spec:
        devEnvironments:
          imagePullPolicy: <Always|IfNotPresent>
      ----
      Show
      = Support setting ImagePullPolicy for workspace containers in CheCluster CR With this update, `ImagePullPolicy` for DevWorkspace containers can be now set using the dedicated CheCluster CR field. [source, yaml] ---- apiVersion: org.eclipse.che/v2 kind: CheCluster spec:   devEnvironments:     imagePullPolicy: <Always|IfNotPresent> ----
    • Enhancement
    • Done

      Users have complained that Workspace pods use ImagePullPolicy 'Always' which inefficiently causes network pulls when they are not necessary. 'IfNotPresent' would avoid the pulls.

      Please change the default for all containers or make this configurable. Thank you.

              amisevsk Angel Misevski (Inactive)
              rhn-support-rick Rick Wagner
              Ilya Buziuk Ilya Buziuk
              Jana Vrbkova Jana Vrbkova
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: