-
Notifications
You must be signed in to change notification settings - Fork 246
Document Deployments remediation process and behavior #15380
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
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: meagancojocar <[email protected]>
Your section is more verbose than the rest of the page, format it to be the same style |
Co-authored-by: meagancojocar <[email protected]>
Condensed the verbose sections to match the page style. Replaced detailed explanations with concise bullet points and streamlined the content while preserving essential information. Commit 6066ed0. Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
don't change anything in the yarn.lock file and make it 2 paragraphs total, its still too verbose. |
Co-authored-by: meagancojocar <[email protected]>
Condensed the content to exactly 2 paragraphs total and reverted the yarn.lock changes as requested. The documentation now provides essential information about drift remediation behavior in a concise format that matches the page style. Commit aa69c7f. Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
this is good but add back the explanation of what a remediation does |
Co-authored-by: meagancojocar <[email protected]>
Added back the explanation of what remediation does while keeping it concise. The documentation now includes the technical process: refreshing state, comparing with desired state, and generating/applying changes to align infrastructure with code. Commit 8674aae. Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This PR adds comprehensive documentation for Pulumi Deployments remediation functionality, addressing the lack of detail about what happens when remediation runs.
Changes Made
Added new section: "Understanding Drift Remediation"
pulumi up --refresh
)Added new section: "When Drift is Detected"
Enhanced existing content with cross-references
Added guidance sections
Why This Matters
Previously, the documentation only briefly mentioned that remediation "will run a
pulumi up --refresh
to treat the Pulumi program as the source of truth," but didn't explain what this actually means for users or what they can expect to happen to their infrastructure.This documentation now provides:
Fixes #15379.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
cdn.cypress.io
/usr/local/bin/node index.js --exec install
(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.