You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/05/24 08:32:42 UTC

[GitHub] [camel-k] tmihalac opened a new issue, #3299: KameletBinding is not created successfully

tmihalac opened a new issue, #3299:
URL: https://github.com/apache/camel-k/issues/3299

   In Camel-k 1.8.2/1.9.2 on Openshift when I try to create a simple KameletBinding it is created unsuccessfully and keeps respawning pods with errors 
   The Kamelet I am using as the source is a clone of the [Webhook Source Kamelet](https://camel.apache.org/camel-kamelets/next/webhook-source.html)
   
   The KameletBinding:
   ```yaml
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
     name: auto-remediation-platform
     annotations:
       trait.camel.apache.org/logging.level: DEBUG
       trait.camel.apache.org/logging.color: "false"
   spec:
     source:
       ref:
         apiVersion: camel.apache.org/v1alpha1
         kind: Kamelet
         name: auto-remediation-entrypoint
     sink:
       ref:
         kind: Broker
         apiVersion: eventing.knative.dev/v1
         name: default
   ```
   
   ```yaml
   apiVersion: camel.apache.org/v1alpha1
   kind: Kamelet
   metadata:
     name: auto-remediation-entrypoint
     annotations:
       camel.apache.org/kamelet.group: "Webhook"
     labels:
       camel.apache.org/kamelet.type: "source"
   spec:
     definition:
       title: "Webhook Source"
       description: |-
         Test
       type: object
       properties:
         subpath:
           title: Subpath
           description: |
             The subpath where the webhook is registered
           type: string
           default: "webhook"
     dependencies:
       - "camel:platform-http"
       - "camel:kamelet"
     template:
       from:
         uri: "platform-http:///{{subpath}}"
         steps:
           - to: "kamelet:sink"
   ```
   
   **Steps to reproduce:**
   1. Create a new project**(Important)**
   2. Install serverless-operator.v1.22.0
   3. Install Camel K operator 1.8.2
   4. Create knative default broker
   5. Create the Kamelet
   6. Create the KameletBinding
   
   ![image](https://user-images.githubusercontent.com/84387487/169985712-975dface-c8cd-4bae-8efb-a171024b53a9.png)
   ![image](https://user-images.githubusercontent.com/84387487/169986626-49d20f2f-1321-47ff-8f5a-b2716fcee4d8.png)
   ![image](https://user-images.githubusercontent.com/84387487/169986772-30242642-f455-4ef1-b602-524bbab843fc.png)
   [auto-remediation-platform-00001-deployment-65c7f5646d-vqqhx-integration.log](https://github.com/apache/camel-k/files/8760927/auto-remediation-platform-00001-deployment-65c7f5646d-vqqhx-integration.log)
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

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


[GitHub] [camel-k] squakez commented on issue #3299: Simple KameletBinding created with Errors

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #3299:
URL: https://github.com/apache/camel-k/issues/3299#issuecomment-1135581891

   > Install serverless-operator.v1.22.0
   
   In `1.8.2` community version we're aligned with Knative `1.1.0` version. Please, make sure to use that version of the community Knative operator and confirm if it's still an error.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] oscerd commented on issue #3299: Simple KameletBinding created with Errors

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #3299:
URL: https://github.com/apache/camel-k/issues/3299#issuecomment-1136760131

   I guess we need to update Knative anyway.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] github-actions[bot] commented on issue #3299: Simple KameletBinding created with Errors

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #3299:
URL: https://github.com/apache/camel-k/issues/3299#issuecomment-1236446662

   This issue has been automatically marked as stale due to 90 days of inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply write any comment.
   Thanks for your contributions!


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] oscerd closed issue #3299: Simple KameletBinding created with Errors

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #3299: Simple KameletBinding created with Errors
URL: https://github.com/apache/camel-k/issues/3299


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] tmihalac commented on issue #3299: Simple KameletBinding created with Errors

Posted by GitBox <gi...@apache.org>.
tmihalac commented on issue #3299:
URL: https://github.com/apache/camel-k/issues/3299#issuecomment-1141719803

   Please reopen, it still happening with Camel-k 1.8.2/1.9.2 community version and with community Knative version 1.1.0.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] squakez commented on issue #3299: Simple KameletBinding created with Errors

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #3299:
URL: https://github.com/apache/camel-k/issues/3299#issuecomment-1135886637

   If you can recover the operator for 1.1.0 would be better, though the patch release should not be a problem in terms of compatibility.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] tmihalac commented on issue #3299: Simple KameletBinding created with Errors

Posted by GitBox <gi...@apache.org>.
tmihalac commented on issue #3299:
URL: https://github.com/apache/camel-k/issues/3299#issuecomment-1135686658

   > > Install serverless-operator.v1.22.0
   > 
   > In `1.8.2` community version we're aligned with Knative `1.1.0` version. Please, make sure to use that version of the community Knative operator and confirm if it's still an error.
   
   Do you mean this: https://knative.dev/v1.1-docs/install/operator/knative-with-operators/
   Is it ok to install 1.1.2 ?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] tmihalac commented on issue #3299: Simple KameletBinding created with Errors

Posted by GitBox <gi...@apache.org>.
tmihalac commented on issue #3299:
URL: https://github.com/apache/camel-k/issues/3299#issuecomment-1136199853

   The issue can be closed, it doesn't happen with Knative 1.1.0


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] github-actions[bot] closed issue #3299: Simple KameletBinding created with Errors

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #3299: Simple KameletBinding created with Errors
URL: https://github.com/apache/camel-k/issues/3299


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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