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 2019/11/12 14:23:02 UTC

[GitHub] [camel-k] abouchama edited a comment on issue #739: no matches for kind "BuildConfig" in version "build.openshift.io/v1"

abouchama edited a comment on issue #739: no matches for kind "BuildConfig" in version "build.openshift.io/v1"
URL: https://github.com/apache/camel-k/issues/739#issuecomment-552912764
 
 
   Hi @nicolaferraro , I have the same issue on OCP 4.2.2
   
   ```
   $oc get ik kit-bn5bjgmu0rc1h2blf8bg -o yaml
   
   failure:
       reason: 'cannot delete build config: no matches for kind "BuildConfig" in version
         "build.openshift.io/v1"'
       recovery:
         attempt: 5
         attemptMax: 5
         attemptTime: "2019-11-12T13:57:34Z"
       time: "2019-11-12T13:55:17Z"
     phase: Error
     platform: camel-k
     runtimeVersion: 1.0.5
     version: 1.0.0-M3
   
   ```
   In the logs of camel k operator, we have the following lines:
   
   ```
   {"level":"info","ts":1573567059.6202052,"logger":"camel-k.controller.build","msg":"Reconciling Build","request-namespace":"knativetutorial","request-name":"kit-bn5bjgmu0rc1h2blf8bg"}
   {"level":"info","ts":1573567059.620275,"logger":"camel-k.controller.build","msg":"Invoking action error","request-namespace":"knativetutorial","request-name":"kit-bn5bjgmu0rc1h2blf8bg","api-version":"camel.apache.org/v1alpha1","kind":"Build","ns":"knativetutorial","name":"kit-bn5bjgmu0rc1h2blf8bg"}
   ```
   
   To **workaround** the issue, you have to restart the camel-k operator pod.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services