Replies: 3 comments 2 replies
-
I would also like to be able to have hooks for remediation events, I have scenarios where certain application won't be able to gracefully rollback or be remediated. Ideally I'd also be able to trigger other remediations events for stateful applications. |
Beta Was this translation helpful? Give feedback.
-
These are great ideas to bring to the community meeting, so we can get the consensus of the group about them. Thursday at 11:00AM Eastern (tomorrow) is the Late Community Meeting, we will add it to the agenda and try to have a discussion about the idea. You're welcome to join and help us understand the specific goals, since it sounds like you know exactly what you're after from this feature idea! Thanks for bringing this up. |
Beta Was this translation helpful? Give feedback.
-
Are there any news about that? |
Beta Was this translation helpful? Give feedback.
-
I am thinking that something like the Resource Hooks in ArgoCD would be beneficial.
I've seen a couple of methods described on how to attempt to do this already but there's going to be a situation where:
You don't control the development of a helm chart so you can't use the helm hooks, it's maintained outside your org and you would like to run a
Job
before upgrading the Helm chart (e.g. snapshot a persistent volume.)In regards to an
initContainer
,k8s-wait-for
and aJob
, you do not want to run anJob
on a restart of the pod, only an Helm chart upgrade. There's no way I can think of how that would know the difference between aHelmRelease
update or a restart of aPod
.Beta Was this translation helpful? Give feedback.
All reactions