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

Allow Force Update and initial clone for a gitrepo with spec.disablePolling: true set #2432

Open
1 task done
thehejik opened this issue May 15, 2024 · 0 comments
Open
1 task done
Assignees
Labels
Milestone

Comments

@thehejik
Copy link

thehejik commented May 15, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

In fleet:104.0.0+up0.10.0-rc.13 on rancher:v2.9-head there is a new feature spec.disablePolling for gitrepo which prevents automatic polling of the gitrepo, ref. #1572

With this feature enabled it would be nice to do initial git repo checkout and also provisioning of k8s resources on the target cluster.

Also it should allow updating of resources after clicking on Force Update button (not sure about enabling the update also after pressing Pause/Unpause).

Only way how to provision a gitrepo or update its resources with this flag enabled is to trigger a webhook event (also according to docs)

I guess this feature should behave similarly as spec.pollingInterval which does initial checkout and also Force Update is possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🏗 In progress
Development

No branches or pull requests

3 participants