George Gaál

Results 460 comments of George Gaál

@a-hilaly Thanks for the swift reply. I don't like both option. The second one needs the direct access to the cluster, which is not very appropriate. The first one sounds...

@a-hilaly if we can use HelmRelease from FluxCD as an example - there are two options. 1. use CLI utility like `flux reconcile helmrelease ` 2. or I just patch...

@a-hilaly > Looks like flux reconcile CLI is just [patching an annotation](https://github.com/fluxcd/flux2/blob/main/cmd/flux/reconcile.go#L166-L174) to the resources you're asking for their instant reconciliation. And same thing for [flux reconcile helmrelease](https://github.com/fluxcd/flux2/blob/main/cmd/flux/reconcile_with_source.go#L77-L88) (This is...

also my question is not about drift-remediation, but rather about controller behaviour - when it's not picking up the changes (for any reason). But I understand that there is no...

@michaelhtm and then make fluxcd approach if user wants the manual synchronisation in the middle of the interval. https://github.com/fluxcd/flux2/issues/4282 (suspend keyword in the spec) https://github.com/fluxcd/helm-controller/issues/366 (reconcile via separate annotation `reconcile.fluxcd.io/requestedAt`)