fleet icon indicating copy to clipboard operation
fleet copied to clipboard

Job with Suspend: true makes Bundle state set to NotReady

Open matteogazzadi opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

If you have a bundle containing a Job with suspend: true, when it is deployed, even if the state is the desired one, the bundle is set to "NotReady" state by fleet.

If the Job is part of an Helm Chart, typing "helm list" shows it as "Deployed".

Expected Behavior

Bundle should be in Active state given the fact that all resources are in the desired state.

Steps To Reproduce

  1. Create a Job with suspend: true
  2. Deploy it via fleet
  3. The Bundle containing it remains in "NotReady" state

Environment

- Architecture:
- Fleet Version: v0.3.10
- Cluster:
  - Provider: AKS and RKE1
  - Options: 
      - 3x DS8_v3 nodes
      - default from AKS
  - Kubernetes Version: 1.23.5

Logs

No response

Anything else?

No response

matteogazzadi avatar Aug 28 '22 10:08 matteogazzadi