Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-390

Investigate OpenShift 4 disconnect install support in Kogito Operator

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Obsolete
    • Icon: Minor Minor
    • None
    • 0.4.0
    • Operator
    • Medium

      Investigate how to support this feature on Kogito Operator

      You can view the staged docs here. I think these RC installer binaries should work for you. That will get you a cluster.

      For OLM, I am not sure if there is a doc yet, but you can follow these instructions to load in the offline catalog. This process will get better for 4.3.

      In your Operator, you should support the ability to pass in a registry hostname and path to an image, should someone want to import your required operand images, similar to the catalog experience. For example, this is a MariaDB CR:

      apiVersion: charts.helm.k8s.io/v1alpha1
      kind: Mariadb
      metadata:
      name: example-mariadb
      spec:
      image:
      debug: false
      pullPolicy: IfNotPresent
      registry: docker.io
      repository: bitnami/mariadb

      Plumb that all the way through into your code where you construct your StatefulSet or Deployment. Another example is Prometheus, which allows you to pass in args for the images that it uses.

            rhn-support-zanini Ricardo Zanini Fernandes
            rhn-support-zanini Ricardo Zanini Fernandes
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: