Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-31318

[GSS][(8.1.z) Typos in Using JBoss EAP on OpenShift Container Platform

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Documentation
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      Red Hat JBoss Enterprise Application Platform > 8.1 > Using JBoss EAP on OpenShift Container Platform
      2.3. Building application images using source-to-image in OpenShift

      There are two minor typos in 2.3.

      1. Branch or tag EAP_8.1.0, which does not exist in https://github.com/jboss-developer/jboss-eap-quickstarts, is being referenced from helm.yaml.

      Current:

      build:
        uri: https://github.com/jboss-developer/jboss-eap-quickstarts.git
        ref: EAP_8.1.0
        contextDir: helloworld
      deploy:
        replicas: 1
      

      Expected:

      build:
        uri: https://github.com/jboss-developer/jboss-eap-quickstarts.git
        ref: EAP_8.1.0.GA
        contextDir: helloworld
      deploy:
        replicas: 1
      

      2. In the JBoss EAP 8.1 documentation, the Helm chart for JBoss EAP 8.0 is specified in the command example. It should be jboss-eap/eap81 instead.

      Current:

      $ helm install helloworld -f helm.yaml jboss-eap/eap8
      

      Expected:

      $ helm install helloworld -f helm.yaml jboss-eap/eap81
      

              rhn-support-cacholon Chinyere Acholonu
              rhn-support-nagetsum Norito Agetsuma
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: