-
Notifications
You must be signed in to change notification settings - Fork 115
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
Updating a configmap's data with enableDryRun fails with "configsmap already exists" #1560
Comments
I assume this does not repro with |
I tried with |
@lblackstone could not using auto-naming be the cause of this issue as well? |
Yes, quite possibly. Sorry for the troubles here. We may need to rethink the provider's behavior in the case where the resources are not auto-named. For future reference, the related issue is #1567 |
I'll leave the decision whether to close this issue up to you. With my newly found understanding (thank you), I now know how to avoid this problem. That being said, I agree that there might be a better way to at least provide a more meaningful error. Thanks again! |
Just ran into this myself. It really needs to support updating (instead of replacing) For example, I can't update the |
Changing the data on a ConfigMap with
enableDryRun: true
on EKS 1.19/ K3S v1.20.4 causes the following error:Steps to reproduce
Run
pulumi up
twice with the following code:This will be the result the second time:
Context (Environment)
Using Typescript
EKS Server Version: v1.19.8-eks-96780e
Pulumi Version: v3.1.0
"@pulumi/kubernetes" Version: "^3.1.0"
I also tested with a local K3S cluster and the issue still occurs.
Might affect #1556
The text was updated successfully, but these errors were encountered: