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

Building with Pulumi > Secrets fails on update #12418

Closed
cnunciato opened this issue Jul 31, 2024 · 0 comments · Fixed by #11883
Closed

Building with Pulumi > Secrets fails on update #12418

cnunciato opened this issue Jul 31, 2024 · 0 comments · Fixed by #11883
Assignees
Labels
area/docs Improvements or additions to documentation kind/bug Some behavior is incorrect or out of spec
Milestone

Comments

@cnunciato
Copy link
Contributor

On the Building with Pulumi > Secrets page, there's a step in which DB and backend containers get updated to use a secret that fails in multiple ways because those containers must be replaced rather than just updated, and their ports are already allocated:

Diagnostics:
  docker:index:Container (backendContainer):
    error: 1 error occurred:
        * creating urn:pulumi:dev::my-first-app::docker:index/container:Container::backendContainer: 1 error occurred:
        * Unable to start container: Error response from daemon: driver failed programming external connectivity on endpoint backend-dev (ec4338f50f621648fb1a23b7950b7c1236cfaa4cbf46e55cdcc231e70af4ada6): Bind for 0.0.0.0:3000 failed: port is already allocated

We should probably use deleteBeforeReplace here to get around this issue until we're able to replace these tutorials with new ones.

@cnunciato cnunciato added the needs-triage Needs attention from the triage team label Jul 31, 2024
@cnunciato cnunciato self-assigned this Jul 31, 2024
@cnunciato cnunciato added the kind/bug Some behavior is incorrect or out of spec label Jul 31, 2024
@github-project-automation github-project-automation bot moved this to 🤔 Triage in Docs 📚 Jul 31, 2024
@cnunciato cnunciato added this to the 0.108 milestone Jul 31, 2024
@cnunciato cnunciato added area/docs Improvements or additions to documentation and removed needs-triage Needs attention from the triage team labels Jul 31, 2024
@cnunciato cnunciato moved this from 🤔 Triage to 🔧 In Progress in Docs 📚 Jul 31, 2024
@github-project-automation github-project-automation bot moved this from 🔧 In Progress to 🏁 Done in Docs 📚 Aug 8, 2024
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/bug Some behavior is incorrect or out of spec
Projects
Status: 🏁 Done
Development

Successfully merging a pull request may close this issue.

1 participant