lsergio opened a new issue, #5552:
URL: https://github.com/apache/camel-k/issues/5552

   ### What happened?
   
   I have Camel-K running on an EKS cluster with autoscaling groups scaling up 
to 20 nodes.
   At the moment this was reported, 8 nodes were running, and I created a new 
Integration object.
   
   There was no room for a new pod in the running nodes, so Kubernetes spawned 
a new one. However, the Integration reported as Error immediately, even before 
the Deployment progress deadline expired.
   
   This is the Integration report:
   
   ```
     - lastTransitionTime: "2024-05-27T17:42:16Z"
       lastUpdateTime: "2024-05-27T17:42:16Z"
       message: '0/8 nodes are available: 1 node(s) were unschedulable, 7 
Insufficient
         cpu. preemption: 0/8 nodes are available: 1 Preemption is not helpful 
for scheduling,
         7 No preemption victims found for incoming pod..'
       reason: Error
       status: "False"
       type: Ready
   ```
   And this is the Deployment status:
   ```
   status:
     conditions:
     - lastTransitionTime: "2024-05-27T17:42:16Z"
       lastUpdateTime: "2024-05-27T17:42:16Z"
       message: Deployment does not have minimum availability.
       reason: MinimumReplicasUnavailable
       status: "False"
       type: Available
     - lastTransitionTime: "2024-05-27T17:42:16Z"
       lastUpdateTime: "2024-05-27T17:42:16Z"
       message: ReplicaSet 
"deploy-4f2a232d-fec3-42ad-b437-b5c47fcf1804-copy-5dbc986949"
         is progressing.
       reason: ReplicaSetUpdated
       status: "True"
       type: Progressing
   ```
   As we can see, the deployment is still progressing.
   
   I expected the status to be Error only after the progress deadline expired.
   
   
   
   
   
   ### Steps to reproduce
   
   _No response_
   
   ### Relevant log output
   
   _No response_
   
   ### Camel K version
   
   2.2.0


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to