lbroudoux commented on issue #1651:
URL: https://github.com/apache/camel-k/issues/1651#issuecomment-678979816


   Hi @lburgazzoli 
   Sorry for delay, here is below the created `Integration`: 
   ```yaml
   apiVersion: camel.apache.org/v1
   kind: Integration
   metadata:
     creationTimestamp: '2020-08-24T07:55:15Z'
     generation: 1
     managedFields:
       - apiVersion: camel.apache.org/v1
         fieldsType: FieldsV1
         fieldsV1:
           'f:spec':
             .: {}
             'f:flows': {}
           'f:status':
             'f:kit': {}
             'f:version': {}
             'f:platform': {}
             'f:image': {}
             'f:phase': {}
             'f:conditions': {}
             .: {}
             'f:replicas': {}
             'f:runtimeVersion': {}
             'f:profile': {}
             'f:runtimeProvider': {}
             'f:digest': {}
             'f:dependencies': {}
         manager: kamel
         operation: Update
         time: '2020-08-24T08:02:43Z'
     name: timed-greeter
     namespace: knativetutorial
     resourceVersion: '2076773'
     selfLink: >-
       
/apis/camel.apache.org/v1/namespaces/knativetutorial/integrations/timed-greeter
     uid: cfd17f37-43b1-4e34-b460-e1f25fbe2d41
   spec:
     flows:
       - from:
           parameters:
             period: 10000
           steps:
             - set-body:
                 constant: Welcome to Apache Camel K
             - set-header:
                 name: ContentType
                 simple: text/plain
             - transform:
                 simple: '${body.toUpperCase()}'
             - to:
                 uri: 'log:info?multiline=true&showAll=true'
           uri: 'timer:tick'
   status:
     runtimeVersion: 1.3.0.fuse-jdk11-800012-redhat-00001
     digest: v0P9ZdLaqUs9WK-pZIYQMAyqGCpGjUS9_6Pdo9rvgBfY
     dependencies:
       - 'mvn:org.apache.camel.k/camel-k-runtime-main'
     profile: OpenShift
     runtimeProvider: main
     platform: camel-k
     kit: kit-bt1n4p0215in29lo1cmg
     version: '1.0'
     conditions:
       - lastTransitionTime: '2020-08-24T07:55:16Z'
         lastUpdateTime: '2020-08-24T07:55:16Z'
         message: camel-k
         reason: IntegrationPlatformAvailable
         status: 'True'
         type: IntegrationPlatformAvailable
       - lastTransitionTime: '2020-08-24T08:02:43Z'
         lastUpdateTime: '2020-08-24T08:02:43Z'
         message: kit-bt1n4p0215in29lo1cmg
         reason: IntegrationKitAvailable
         status: 'True'
         type: IntegrationKitAvailable
       - lastTransitionTime: '2020-08-24T08:02:43Z'
         lastUpdateTime: '2020-08-24T08:02:43Z'
         message: different controller strategy used (deployment)
         reason: CronJobNotAvailableReason
         status: 'False'
         type: CronJobAvailable
       - lastTransitionTime: '2020-08-24T08:02:43Z'
         lastUpdateTime: '2020-08-24T08:02:43Z'
         message: deployment name is timed-greeter
         reason: DeploymentAvailable
         status: 'True'
         type: DeploymentAvailable
       - lastTransitionTime: '2020-08-24T08:02:43Z'
         lastUpdateTime: '2020-08-24T08:02:43Z'
         message: no http service required
         reason: ServiceNotAvailable
         status: 'False'
         type: ServiceAvailable
       - lastTransitionTime: '2020-08-24T08:02:43Z'
         lastUpdateTime: '2020-08-24T08:02:43Z'
         message: no target service found
         reason: RouteNotAvailable
         status: 'False'
         type: ExposureAvailable
     image: >-
       
image-registry.openshift-image-registry.svc:5000/knativetutorial/camel-k-kit-bt1n4p0215in29lo1cmg@sha256:d1ccbf0a9c64e085b66b41ff814ba37189084d8f312a457d04724b6cb34fdd31
     phase: Running
     replicas: 1
   ```
   
   It contains the `timed-greeter.yaml` route in specification flow.
   
   There's still the following log lines in running Pod
   ```
   [1] 2020-08-24 08:02:57.728 WARN  [main] RoutesConfigurer - No routes found 
in CAMEL_K_ROUTES environment variable
   [...]
   [1] 2020-08-24 08:02:57.833 INFO  [main] AbstractCamelContext - Total 0 
routes, of which 0 are started
   [1] 2020-08-24 08:02:57.833 INFO  [main] AbstractCamelContext - Apache Camel 
3.1.0.fuse-jdk11-800011-redhat-00001 (CamelContext: camel-k) started in 0.088 
seconds
   ```
   
   and no route running.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to