2020testuser edited a comment on issue #458: URL: https://github.com/apache/camel-kamelets/issues/458#issuecomment-895580181
@oscerd - Finally, I was able to track the camel-k operator pod. I have the 'camel-k operator pod' running in 'default' namespace and my salesforce kameletbinding running in my 'salesfforce-test-ns' namespace. By the way, I can see the below msg when I tried to reinstall. This means my registry has been setup properly. I'm wondering how the select query - "SELECT Id, Name, Email, Phone FROM Contact" in KameletBinding will trigger the sink - 'INSERT INTO contacts (name,email,phone) VALUES (:#name,:#email,:#phone)'. Could you please clarify? Thanks in advance! ` kamel install --cluster-setup --cluster-type kubernetes OLM is available in the cluster OLM resources are already available: skipping installation Camel K cluster setup completed successfully` In the camel-k-operator, I see the below lines. Could you please let me know whether I need to have the camel-k operator running in my own namespace? For installation, I used the below command. I don't think installing in the default namespace is an issue. Thanks! ` kamel install --cluster-setup --cluster-type kubernetes ` ` ":"Kamelet","ns":"default","name":"aws-kinesis-source"} {"level":"info","ts":1628475509.7648647,"logger":"controller-runtime.manager.controller.integration-controller","msg":"Starting Controller"} {"level":"info","ts":1628475509.7649345,"logger":"controller-runtime.manager.controller.integration-controller","msg":"Starting workers","worker count":1} {"level":"info","ts":1628475509.7650049,"logger":"controller-runtime.manager.controller.integrationkit-controller","msg":"Starting workers","worker count":1} {"level":"info","ts":1628475509.7650256,"logger":"controller-runtime.manager.controller.kamelet-binding-controller","msg":"Starting workers","worker count":1} {"level":"info","ts":1628475509.7650466,"logger":"camel-k.controller.integration","msg":"Reconciling Integration","request-namespace":"default","request-name":"salesforce-consumer"} {"level":"info","ts":1628475509.765166,"logger":"camel-k.controller.integration","msg":"Invoking action platform-setup","request-namespace":"default","request-name":"salesforce-consumer","api-version":"camel.apache.org/v1","kind":"Integration","ns":"default","name":"salesforce-consumer"} ` -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org