https://pulumi.com
Join Slack
Hello, getting a strange issue that I have never seen before. I tried pulumi up'ing without having ...
r

Ryan Cho

8 months ago
Hello, getting a strange issue that I have never seen before. I tried pulumi up'ing without having made any changes to my stack and got this error.
error: rpc error: code = Unknown desc = ["region"]: provider mismatch (kind:DELETE  inputDiff:true != kind:DELETE_REPLACE  inputDiff:true)
It seems to be from a provider resource that was automatically created by pulumi as delineated by the default naming. I am not sure how to go about fixing this as I do not manage this resource within my code and pulumi refresh does not do anything.
r
t
  • 2
  • 1
  • 227
This message was deleted.
s

Slackbot

over 2 years ago
This message was deleted.
s
s
+3
  • 5
  • 21
  • 226
This message was deleted.
s

Slackbot

about 4 years ago
This message was deleted.
s
t
+2
  • 4
  • 12
  • 226
Hi everyone, I'm trying to upgrade EKS NodeGroup from AL2 to AL2023, based on <documentation>: ```U...
d

Dang Huy Nguyen

8 months ago
Hi everyone, I'm trying to upgrade EKS NodeGroup from AL2 to AL2023, based on documentation:
Update the node group in place. Pulumi does this by first creating the new replacement nodes and then shutting down the old ones which will move pods to the new nodes forcibly. This is the default behavior when node groups are updated.
It seems does not happen to me. The preview shows the strategy is
replace
instead of
update
-> entire nodeGroup will be deleted first, then creating new nodeGroup, instead of update node by node.
pulumi:pulumi:Stack: (same)
    [urn=urn:pulumi:stack::eks::pulumi:pulumi:Stack::stack]
    --aws:eks/nodeGroup:NodeGroup: (delete-replaced)
        [id=stack:test-upgrade]
        [urn=urn:pulumi:stack::eks::aws:eks/nodeGroup:NodeGroup::test-upgrade]
    +-aws:eks/nodeGroup:NodeGroup: (replace)
        [id=stack:test-upgrade]
        [urn=urn:pulumi:stack::eks::aws:eks/nodeGroup:NodeGroup::test-upgrade]
      ~ amiType: "AL2_x86_64" => "AL2023_x86_64_STANDARD"
    ++aws:eks/nodeGroup:NodeGroup: (create-replacement)
        [id=stack:test-upgrade]
        [urn=urn:pulumi:stack::eks::aws:eks/nodeGroup:NodeGroup::test-upgrade]
      ~ amiType: "AL2_x86_64" => "AL2023_x86_64_STANDARD"
Am I missing something?
d
f
c
  • 3
  • 10
  • 223
This message was deleted.
s

Slackbot

almost 3 years ago
This message was deleted.
s
v
+2
  • 4
  • 6
  • 223
This message was deleted.
s

Slackbot

over 3 years ago
This message was deleted.
s
f
b
  • 3
  • 2
  • 223
This message was deleted.
s

Slackbot

over 4 years ago
This message was deleted.
s
d
p
  • 3
  • 10
  • 221
This message was deleted.
s

Slackbot

almost 6 years ago
This message was deleted.
s
l
a
  • 3
  • 14
  • 221
Hello! I have a nested Pulumi config and one of the key has colon in its name. I want to add secrets...
i

Igor

about 1 year ago
Hello! I have a nested Pulumi config and one of the key has colon in its name. I want to add secrets under that key, but as far as
--path
option has format
<namespace>:<name>
Pulumi whether doesn't allow to set it, if I specify whole path with namespace, or does it in a wrong way, if I omit the namespace. For example: - With explicitly specified namespace:
pulumi config set --secret --path 'namespace:sites["<https://example.com>"].password' password
leads to error:
error: invalid configuration key: could not parse namespace:sites["<https://example.com>"].password as a configuration key (configuration keys should be of the form `<namespace>:<name>`)
- When namespace is omitted
pulumi config set --secret --path 'sites["<https://example.com>"].password' password
, there's no error, but config contains:
config:
  sites["<https://example>:
    com"]:
      password:
        secure: <secret>
Is there any way to workaround that? Pulumi
v3.116.1
.
i
t
  • 2
  • 3
  • 218
This message was deleted.
s

Slackbot

about 3 years ago
This message was deleted.
s
m
d
  • 3
  • 2
  • 218
Previous171819Next

Pulumi Community

No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.

Powered by