This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Reflect task status in the task custom resource status #190
Comments
danail-branekov
added a commit
to cloudfoundry/eirini
that referenced
this issue
May 10, 2021
[cloudfoundry/eirini-release#190] Co-authored-by: Danail Branekov <[email protected]>
danail-branekov
added a commit
that referenced
this issue
May 10, 2021
[#190] Co-authored-by: Danail Branekov <[email protected]>
gcapizzi
added a commit
to cloudfoundry/eirini
that referenced
this issue
May 11, 2021
Co-authored-by: Giuseppe Capizzi <[email protected]> Issue: cloudfoundry/eirini-release#190
kieron-dev
pushed a commit
that referenced
this issue
May 11, 2021
Co-authored-by: Kieron Browne <[email protected]> Issue: #190
mnitchev
pushed a commit
to cloudfoundry/eirini
that referenced
this issue
May 12, 2021
Co-authored-by: Anonymous Eirininaut <[email protected]> Issue: cloudfoundry/eirini-release#182 Issue: cloudfoundry/eirini-release#184 Issue: cloudfoundry/eirini-release#185 Issue: cloudfoundry/eirini-release#187 Issue: cloudfoundry/eirini-release#186 Issue: cloudfoundry/eirini-release#183 Issue: cloudfoundry/eirini-release#192 Issue: cloudfoundry/eirini-release#193 Issue: cloudfoundry/eirini-release#194 Issue: cloudfoundry/eirini-release#191 Issue: cloudfoundry/eirini-release#196 Issue: cloudfoundry/eirini-release#199 Issue: cloudfoundry/eirini-release#200 Issue: cloudfoundry/eirini-release#201 Issue: cloudfoundry/eirini-release#202 Issue: cloudfoundry/eirini-release#204 Issue: cloudfoundry/eirini-release#205 Issue: cloudfoundry/eirini-release#195 Issue: cloudfoundry/eirini-release#198 Issue: cloudfoundry/eirini-release#211 Issue: cloudfoundry/eirini-release#212 Issue: cloudfoundry/eirini-release#207 Issue: cloudfoundry/eirini-release#190 Issue: cloudfoundry/eirini-release#209
gcapizzi
added a commit
that referenced
this issue
May 12, 2021
Co-authored-by: Giuseppe Capizzi <[email protected]> Issue: #190
georgethebeatle
added a commit
to cloudfoundry/eirini
that referenced
this issue
May 17, 2021
Co-authored-by: Mario Nitchev <[email protected]> Issue: cloudfoundry/eirini-release#190
georgethebeatle
pushed a commit
to cloudfoundry/eirini
that referenced
this issue
May 17, 2021
Co-authored-by: Giuseppe Capizzi <[email protected]> Co-authored-by: Mario Nitchev <[email protected]> Co-authored-by: Georgi Sabev <[email protected]> Issue: cloudfoundry/eirini-release#190
georgethebeatle
pushed a commit
that referenced
this issue
May 17, 2021
Co-authored-by: Kieron Browne <[email protected]> Co-authored-by: Giuseppe Capizzi <[email protected]> Co-authored-by: Mario Nitchev <[email protected]> Co-authored-by: Georgi Sabev <[email protected]> Issue: #190
kieron-dev
pushed a commit
that referenced
this issue
May 17, 2021
eirini commit SHA: dbe79d827118d0c8ff655ebfad83518ebd468448 eirini commit message: Reflect task status in the Task CR Co-authored-by: Giuseppe Capizzi <[email protected]> Co-authored-by: Mario Nitchev <[email protected]> Co-authored-by: Georgi Sabev <[email protected]> Issue: #190
gcapizzi
added a commit
to cloudfoundry/eirini
that referenced
this issue
May 19, 2021
We want to align the LRP reconciler implementation with the task one. Co-authored-by: Georgi Sabev <[email protected]> Co-authored-by: Danail Branekov <[email protected]> Co-authored-by: Giuseppe Capizzi <[email protected]> Issue: cloudfoundry/eirini-release#190
gcapizzi
added a commit
that referenced
this issue
May 19, 2021
It now uses `patch` to update the lrp status instead of `update` Co-authored-by: Giuseppe Capizzi <[email protected]> Issue: #190
gcapizzi
added a commit
to cloudfoundry/eirini
that referenced
this issue
May 19, 2021
We want to align the LRP reconciler implementation with the task one. Co-authored-by: Georgi Sabev <[email protected]> Co-authored-by: Danail Branekov <[email protected]> Co-authored-by: Giuseppe Capizzi <[email protected]> Issue: cloudfoundry/eirini-release#190
gcapizzi
added a commit
that referenced
this issue
May 19, 2021
That would enable us to link LRP CR with the underlying statefulset via GUID rather than name Co-authored-by: Giuseppe Capizzi <[email protected]> Issue: #190
danail-branekov
added a commit
to cloudfoundry/eirini
that referenced
this issue
May 19, 2021
Thus the LRP reconciler can obtain the status of an LRP without looking up the statefulset explicitly. Thus the custom resource reconciler does not have to know that the LRP is backed by a statefulset. Co-authored-by: Giuseppe Capizzi <[email protected]> Issue: cloudfoundry/eirini-release#190
kieron-dev
pushed a commit
that referenced
this issue
May 19, 2021
eirini commit SHA: cca6ec713d321f5a3c521c981a03d2fdd11422d5 eirini commit message: Introduce `GetStatus` to the LRP client Thus the LRP reconciler can obtain the status of an LRP without looking up the statefulset explicitly. Thus the custom resource reconciler does not have to know that the LRP is backed by a statefulset. Co-authored-by: Giuseppe Capizzi <[email protected]> Issue: #190
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently it is not possible to see that task status via inspecting the task custom resource. In a CC-less world, CR API users would be interested to know what is going on with their tasks.
Acceptance:
Happy path
running
completed
Starting task
starting
(or anything different fromrunning
)Failing task
failed
The text was updated successfully, but these errors were encountered: