-
Notifications
You must be signed in to change notification settings - Fork 57
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
Run Automatically on OCIRepo Updates #392
Comments
The operator should notice when a Flux source is updated, and queue Stacks that use it, after #348. Do you have evidence to suggest it's not working in this particular case (or in general!)? For the OCIRepo, that's Flux's responsbility -- it's not clear to me from https://fluxcd.io/flux/components/notification/receiver/ whether you can set up a webhook receiver to poke an OCIRepo or not, but that's how you'd do better than polling. |
Does the status of the Stack get updated to queued and/or running? Perhaps I'm just not getting enough information to know that my stack update is happening |
The operator sets a condition |
@squaremo Could we have |
Broadly, yes -- I agree that would be really useful. There's no observable queued state, either the operator has seen it and it's running, or the operator hasn't seen it. There is a I filed #396 for improving the output of |
Perfect. Thanks, @squaremo |
Cannot close issue without required labels: |
I'm also happy to close this one (I'll sort out the labels to make pulumi-bot happy) -- do you want to make sure the operator works as expected with respect to OCIRepo objects, by looking at logs or conditions, though? |
I'll update my logging parameters and confirm, but I suspect this issue can be closed. I can re-open if I can confirm the behaviour is broken. Thanks for your help |
|
Hello!
Issue details
When using OCIRepo as a source, the operator should run updates whenever the OCIRepo has been updated.
When using a 5m sync on both OCIRepo and Stack, this can lead to 10m before Pulumi eventually runs the sync.
Affected area/feature
OCIRepo Source
The text was updated successfully, but these errors were encountered: