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

Update the PKO doc page for PKOv2 #735

Open
EronWright opened this issue Nov 1, 2024 · 2 comments
Open

Update the PKO doc page for PKOv2 #735

EronWright opened this issue Nov 1, 2024 · 2 comments
Labels
area/docs Improvements or additions to documentation kind/task Work that's part of an ongoing epic

Comments

@EronWright
Copy link
Contributor

EronWright commented Nov 1, 2024

Update the doc page:
https://www.pulumi.com/docs/iac/packages-and-automation/continuous-delivery/pulumi-kubernetes-operator/

Also, there's a set of user guides (/docs/create-stacks-using-*.yaml) that may require an update; take a look and file followups as necessary.

@EronWright EronWright converted this from a draft issue Nov 1, 2024
@cleverguy25
Copy link

Added to epic #586

@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Nov 1, 2024
@EronWright EronWright changed the title Update the PKO doc page Update the PKO doc page for PKOv2 Nov 1, 2024
@blampe blampe added area/docs Improvements or additions to documentation and removed needs-triage Needs attention from the triage team labels Nov 11, 2024
@mikhailshilkov mikhailshilkov added the kind/task Work that's part of an ongoing epic label Nov 18, 2024
@github-project-automation github-project-automation bot moved this to 🤔 Triage in Docs 📚 Nov 26, 2024
@interurban interurban moved this from 🤔 Triage to 🎬 Ready in Docs 📚 Nov 26, 2024
@MitchellGerdisch
Copy link

MitchellGerdisch commented Jan 9, 2025

Add a section that discusses "sync" (aka pulumi up) triggers.

Being sure to cover resyncFrequencySeconds and how it relates to running a pulumi update when source code changes in git.

And, explain the relationship betweenresyncFrequencySeconds and continueResyncOnCommitMatch and how they can be used to drive periodic pulumi updates.

And describe how one can disable pulumi updates on git pushes by using commit property set to "HEAD" instead of using branch property.

And that both periodic updates and git push updates can be disabled by setting resynFrequenceSeconds to 0 and using the commit property set to "HEAD".

And, explain how the reconciliation-request annotation can be used to trigger an immediate pulumi update for the stack.
Example command: kubectl annotate stack/STACKNAME "pulumi.com/reconciliation-request=$(date)" --overwrite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Improvements or additions to documentation kind/task Work that's part of an ongoing epic
Projects
Status: 🎬 Ready
Status: No status
Development

No branches or pull requests

6 participants