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:46:23 UTC

[GitHub] [camel-k] utherp0 commented on issue #3297: Integration Platform issues when using the Operator

utherp0 commented on issue #3297:
URL: https://github.com/apache/camel-k/issues/3297#issuecomment-1135585772

   So, I think the problem I am seeing is that if I create a default ip before I run the integration it fails; the default is just 'as is', taking all the defaults on the Ux for the ip. 
   
   Creating one with no ip present does create the ip:
   
   uther@ilawson-mac camelk % oc project camelktest
   Now using project "camelktest" on server "https://api.cluster-nq5hk.nq5hk.sandbox542.opentlc.com:6443".
   uther@ilawson-mac camelk % oc get ip
   No resources found in camelktest namespace.
   uther@ilawson-mac camelk % kamel run EventReader.java 
   integration "event-reader" created
   uther@ilawson-mac camelk % oc get ip 
   NAME      PHASE
   camel-k   Ready
   uther@ilawson-mac camelk % oc get integration
   NAME           PHASE          KIT                        REPLICAS
   event-reader   Building Kit   kit-ca69lbu4gbef2b5j58f0


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