Dor Segal
Dor Segal
Thanks!
I am experiencing the same issue. Also the logs show that the image was updated but nothing happens on Argocd Application side. maybe related to this https://github.com/argoproj-labs/argocd-image-updater/issues/431
Can it be done the other way around? Can I specify domain names that will not go though the proxy? i.e google.com should be fowled directly while YouTube.com will use...
@dhui Do you guys have a plan to approve it or we should stick with other solutions?
I have the exact same issue. The problem is the those backup and restore scripts are running under `postgres` user. Looks like it cannot get AWS Token. ``` postgres@restore-clone-test-postgresql-0:~$ aws...
Anyone managed to solve this?
There are cases when application takes time to load so even if you pre-spin node the application takes time to become available. PDB have the same problem. It will first...
> You could also try catching SIGTERM within your pod and keep it from shutting down immediately so that the new pod has time to initialize if they are spinning...
> What about a pre-stop command? https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/ Since pre-stop does not put the container in `terminating` state k8s scheduler does not know to spin a new pod.
> IIUC, it should go into terminating, which will trigger the pod's replicaset to create a new one. > > > PreStop hooks are not executed asynchronously from the signal...