RafiIsaharov commented on issue #1029:
URL: https://github.com/apache/camel-karavan/issues/1029#issuecomment-1859343417
`minikube kubectl -- describe pod demo -n karavan`
Name: demo
Namespace: karavan
Priority: 0
Service Account: default
Node: minikube/192.168.49.2
Start Time: Mon, 18 Dec 2023 02:09:56 +0200
Labels: app.kubernetes.io/name=demo
app.kubernetes.io/part-of=karavan
app.kubernetes.io/runtime=camel
org.apache.camel.karavan/projectId=demo
org.apache.camel.karavan/type=devmode
Annotations: <none>
Status: Failed
IP: 10.244.0.9
IPs:
IP: 10.244.0.9
Containers:
demo:
Container ID:
docker://41e2592ab7b7c12723ae1c6cd957b3df7bb51bfa26aaad0a2879af6577a60c1d
Image: ghcr.io/apache/camel-karavan-devmode:4.1.0
Image ID:
docker-pullable://ghcr.io/apache/camel-karavan-devmode@sha256:85ed34ac7560e3ecbbaf70ea4ebc7ce3005e35020e480c08089096ba249cd516
Port: 8080/TCP
Host Port: 0/TCP
State: Terminated
Reason: Error
Exit Code: 1
Started: Mon, 18 Dec 2023 02:11:53 +0200
Finished: Mon, 18 Dec 2023 02:11:59 +0200
Ready: False
Restart Count: 0
Limits:
cpu: 2
memory: 2Gi
Requests:
cpu: 500m
memory: 256Mi
Environment:
JBANG_OPTIONS:
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from
kube-api-access-cmk78 (ro)
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
demo:
Type: PersistentVolumeClaim (a reference to a
PersistentVolumeClaim in the same namespace)
ClaimName: demo
ReadOnly: false
maven-settings:
Type: ConfigMap (a volume populated by a ConfigMap)
Name: karavan
Optional: false
kube-api-access-cmk78:
Type: Projected (a volume that contains injected data
from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
QoS Class: Burstable
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute
op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute
op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 6m56s default-scheduler Successfully assigned
karavan/demo to minikube
Normal Pulling 6m56s kubelet Pulling image
"ghcr.io/apache/camel-karavan-devmode:4.1.0"
Normal Pulled 5m kubelet Successfully pulled image
"ghcr.io/apache/camel-karavan-devmode:4.1.0" in 1m56.346s (1m56.346s including
waiting)
Normal Created 4m59s kubelet Created container demo
Normal Started 4m59s kubelet Started container demo
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]