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 2020/01/12 12:07:27 UTC

[GitHub] [camel-k] lreimer commented on issue #1190: Invalid JSON Patch error when running simple Camel-K example with 1.0.0-RC1

lreimer commented on issue #1190: Invalid JSON Patch error when running simple Camel-K example with 1.0.0-RC1
URL: https://github.com/apache/camel-k/issues/1190#issuecomment-573408662
 
 
   Here is the output when I describe the build pod: 
   
   `$ kubectl describe pod camel-k-kit-bodfc1v0hp20sgnj6nfg`
   
   ```
   Name:           camel-k-kit-bodfc1v0hp20sgnj6nfg-builder
   Namespace:      default
   Priority:       0
   Node:           docker-desktop/192.168.65.3
   Start Time:     Sun, 12 Jan 2020 11:37:01 +0100
   Labels:         camel.apache.org/build=kit-bodfc1v0hp20sgnj6nfg
                   camel.apache.org/component=builder
   Annotations:    <none>
   Status:         Failed
   IP:             10.1.4.95
   IPs:            <none>
   Controlled By:  Build/kit-bodfc1v0hp20sgnj6nfg
   Init Containers:
     builder:
       Container ID:  docker://530b629fc6996b812c4f2c449ad776725df95ef14ed58801907b338363a33b05
       Image:         docker.io/apache/camel-k:1.0.0-RC1
       Image ID:      docker-pullable://apache/camel-k@sha256:fc0f9d73e752b84b68808bcb7144de195862db0408f23358e0fb6a77dbda814d
       Port:          <none>
       Host Port:     <none>
       Command:
         kamel
         builder
         --namespace
         default
         --build-name
         kit-bodfc1v0hp20sgnj6nfg
         --task-name
         builder
       State:          Terminated
         Reason:       Error
         Exit Code:    1
         Started:      Sun, 12 Jan 2020 11:37:04 +0100
         Finished:     Sun, 12 Jan 2020 11:37:27 +0100
       Ready:          False
       Restart Count:  0
       Environment:    <none>
       Mounts:
         /builder from camel-k-builder (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from camel-k-builder-token-f2h9z (ro)
   Containers:
     kaniko:
       Container ID:
       Image:         gcr.io/kaniko-project/executor:v0.14.0
       Image ID:
       Port:          <none>
       Host Port:     <none>
       Args:
         --dockerfile=Dockerfile
         --context=/builder/kit-bodfc1v0hp20sgnj6nfg/package/context
         --destination=docker.io/lreimer/camel-k-kit-bodfc1v0hp20sgnj6nfg:1108690
         --cache=false
         --cache-dir=/kaniko/cache
       State:          Waiting
         Reason:       PodInitializing
       Ready:          False
       Restart Count:  0
       Environment:    <none>
       Mounts:
         /builder from camel-k-builder (rw)
         /kaniko/.docker from kaniko-secret (rw)
         /var/run/secrets/kubernetes.io/serviceaccount from camel-k-builder-token-f2h9z (ro)
   Conditions:
     Type              Status
     Initialized       False
     Ready             False
     ContainersReady   False
     PodScheduled      True
   Volumes:
     camel-k-builder:
       Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
       Medium:
       SizeLimit:  <unset>
     kaniko-secret:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  docker-registry-secret
       Optional:    false
     camel-k-builder-token-f2h9z:
       Type:        Secret (a volume populated by a Secret)
       SecretName:  camel-k-builder-token-f2h9z
       Optional:    false
   QoS Class:       BestEffort
   Node-Selectors:  <none>
   Tolerations:     node.kubernetes.io/not-ready:NoExecute for 300s
                    node.kubernetes.io/unreachable:NoExecute for 300s
   Events:
     Type    Reason     Age   From                     Message
     ----    ------     ----  ----                     -------
     Normal  Scheduled  80m   default-scheduler        Successfully assigned default/camel-k-kit-bodfc1v0hp20sgnj6nfg-builder to docker-desktop
     Normal  Pulled     80m   kubelet, docker-desktop  Container image "docker.io/apache/camel-k:1.0.0-RC1" already present on machine
     Normal  Created    80m   kubelet, docker-desktop  Created container builder
     Normal  Started    80m   kubelet, docker-desktop  Started container builder
   ```

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