Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-21349

Add support for camel spring-boot on OpenShift

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 4.8.1, 4.9.0
    • camel-jbang
    • None
    • Unknown

    Description

      Currently, we only support ...

      k8s-export:
      	@jbang camel kubernetes export timer-log-route.yaml \
             --gav=examples:timer-log:1.0.0 \
             --trait container.imagePullPolicy=IfNotPresent \
             --trait service.type=NodePort \
             --runtime=spring-boot
      

      This should work for OpenShift as well. Perhaps like this ...

      oce-export:
      	@jbang camel kubernetes export timer-log-route.yaml \
             --gav=examples:timer-log:1.0.0 \
             --image-registry image-registry.openshift-image-registry.svc:5000 \
             --trait container.imagePullPolicy=IfNotPresent \
             --cluster-type openshift \
             --runtime=spring-boot
      

      Attachments

        Activity

          People

            tdiesler Thomas Diesler
            tdiesler Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: