Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
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