Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keel updates regexp deployment after restarting #761

Open
EmilyGrant00 opened this issue Jul 23, 2024 · 0 comments
Open

Keel updates regexp deployment after restarting #761

EmilyGrant00 opened this issue Jul 23, 2024 · 0 comments

Comments

@EmilyGrant00
Copy link

I am trying to have keel update some images that do not use very conventional tag naming, so I am using regexp.

What I have noticed is that despite having a poll schedule set on my application deployment, if keel resets (from an upgrade, a deployment restart, etc) and the image happened to be out of date, it will automatically update the application's pod (causing it to restart). Keel does not follow the schedule and automatically does the update immediately after restarting.

This behavior does not happen to my other deployments that use other policies such as force or all.
The annotations I have used for testing are:

keel.sh/policy: "regexp:^1\\.27-.*$"
    keel.sh/trigger: poll
    keel.sh/pollSchedule: "@every 1h"

with polling enabled on keel.

If you have any insight to this, that would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant