Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-13794

Unable to deploy from master

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Blocker
    • None
    • fuse-7.x-GA
    • Fuse Online
    • None

    Description

      2.0.0-20200513 can't be deployed and fails with:

      docker run --rm --entrypoint syndesis-operator -v $HOME/.kube/config:/tmp/kube/config:z syndesis/syndesis-operator:2.0.0-20200513 install --config /tmp/kube/config --namespace avano-syndesis
      Unable to find image 'syndesis/syndesis-operator:2.0.0-20200513' locally
      2.0.0-20200513: Pulling from syndesis/syndesis-operator
      3aa8b87b7f88: Pull complete 
      57584b59d88b: Pull complete 
      d1cfd58795ea: Pull complete 
      4cfe018015e2: Pull complete 
      87a2e38138b9: Pull complete 
      dd976933ae5e: Pull complete 
      Digest: sha256:789226bb178c106b750219850fd2f4eadc72df7859524fb1b4ba197df29f6d51
      Status: Downloaded newer image for syndesis/syndesis-operator:2.0.0-20200513
      shared resources were previously installed
      error: Object:
        apiVersion: apps.openshift.io/v1
        kind: DeploymentConfig
        metadata:
          labels:
            app: syndesis
            syndesis.io/app: syndesis
            syndesis.io/component: syndesis-operator
            syndesis.io/type: operator
          name: syndesis-operator
          namespace: avano-syndesis
        spec:
          replicas: 1
          selector:
            syndesis.io/app: syndesis
            syndesis.io/component: syndesis-operator
            syndesis.io/type: operator
          strategy:
            type: Recreate
          template:
            metadata:
              labels:
                name: syndesis-operator
                syndesis.io/app: syndesis
                syndesis.io/component: syndesis-operator
                syndesis.io/type: operator
            spec:
              containers:
              - env:
                - name: WATCH_NAMESPACE
                  valueFrom:
                    fieldRef:
                      fieldPath: metadata.namespace
                - name: POD_NAME
                  valueFrom:
                    fieldRef:
                      fieldPath: metadata.name
                - name: OPERATOR_NAME
                  value: syndesis-operator
                - name: DEV_SUPPORT
                  value: "false"
                image: ' '
                imagePullPolicy: IfNotPresent
                name: syndesis-operator
                ports:
                - containerPort: 60000
                  name: metrics
                volumeMounts:
                - mountPath: /data
                  name: syndesis-operator-data
              initContainers:
              - command:
                - bash
                - -c
                - postgres -V > /data/postgresql.txt
                image: ""
                name: postgres-version
                volumeMounts:
                - mountPath: /data
                  name: syndesis-operator-data
              serviceAccountName: syndesis-operator
              volumes:
              - emptyDir: {}
                name: syndesis-operator-data
          triggers:
          - imageChangeParams:
              automatic: true
              containerNames:
              - syndesis-operator
              from:
                kind: ImageStreamTag
                name: syndesis-operator:2.0.0-20200513
            type: ImageChange
          - type: ConfigChange
      : DeploymentConfig.apps.openshift.io "syndesis-operator" is invalid: spec.template.spec.initContainers[0].image: Required value
      
      

      Attachments

        Activity

          People

            zregvart@redhat.com Zoran Regvart
            avano@redhat.com Andrej Vano
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: