kabanero-io / kabanero-operator

The Kabanero Operator. This repo will be archived soon.
Apache License 2.0
43 stars 26 forks source link

Install OpenShift ServiceMesh Operator 1.0.8 #553

Closed csantanapr closed 4 years ago

csantanapr commented 4 years ago

ServiceMesh Operator 1.0.8 is a new version that contains fixes to work out of of the box when using Managed OpenShift 4.3 on IBM Public Cloud.

https://github.com/Maistra/istio/releases/tag/maistra-1.0.8

kabanero operator registry/catalog 0.6 installs version 1.04 https://github.com/kabanero-io/kabanero-operator/blob/0.6.0/registry/manifests/servicemeshoperator/servicemesh.package.yaml#L8

kabanero operartor registry/catalog 0.7 installs 1.0.7 https://github.com/kabanero-io/kabanero-operator/blob/0.7.0-alpha.1/registry/manifests/servicemeshoperator/servicemesh.package.yaml#L10

kaczyns commented 4 years ago

@csantanapr Kabanero 0.6.1-rc.1 is available for you to verify with, when you are ready.

marikaj123 commented 4 years ago

@kaczyns - Was the fix for this issue included into 0.6.1-rc.1? If yes, can we get this issue verified and closed, please?

csantanapr commented 4 years ago

I tried the installer 0.6.1-rc.1 and see some problems, please clarify https://github.com/kabanero-io/kabanero-operator/releases/tag/0.6.1-rc.1

At the end is printing a message to use the collection/stack hub 0.6.0

***************************************************************************
*
*  The installation script is complete.  You can now create an instance
*  of the Kabanero CR.  If you have cloned and curated a collection set,
*  apply the Kabanero CR that you created.  Or, to create the default
*  instance:
*
*      oc apply -n kabanero -f https://raw.githubusercontent.com/kabanero-io/kabanero-operator/0.6.1-rc.1/config/samples/default.yaml
*
***************************************************************************

When I inspect the deafult.yaml

cat default.yaml
apiVersion: kabanero.io/v1alpha2
kind: Kabanero
metadata:
  name: kabanero
spec:
  version: "0.6.1"
  stacks:
    repositories:
    - name: central
      https:
        url: https://github.com/kabanero-io/kabanero-stack-hub/releases/download/0.6.0/kabanero-stack-hub-index.yaml
    pipelines:
    - id: default
      sha256: abbc2ed0e19349aa5e23b511b75449fb1a515cfd6a548b05b6516fb7c6de1aba
      https:
        url: https://github.com/kabanero-io/kabanero-pipelines/releases/download/0.6.0/default-kabanero-pipelines.tar.gz

I think this should point to 0.6.1 not 0.6.0? https://github.com/kabanero-io/kabanero-stack-hub/releases/tag/0.6.1

kaczyns commented 4 years ago

Right, at the time we cut rc.1 we were not aware that there was a 0.6.1 stack hub to pick up. We will address this in rc.2 tonight. Feel free to open a different issue for this different problem if you'd like to track it.

csantanapr commented 4 years ago

verified that ServiceMesh 1.0.8 is getting installed with 0.6.1-rc.1