-
Notifications
You must be signed in to change notification settings - Fork 986
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 annotations fails #217
Comments
I think, the same issue (#37), but it looks, that root cause was different |
@dh-harald Was this actually and issue in the provider? |
I don't know, what's the root cause, but it looks itsn't that contains slashes. It's a simple annotation without slash, and the provider fails, and breaks the state file as well:
|
Could you reproduce the failure with environment variable |
Thanks! I'm looking over it. |
I've forgot an aws input state in the directory, so ignore that aws related stuffz. Without it there's the same result, I can reupload the logs without it |
Any update on this issue? Just ran into this one, and it promoted the error into the state file so that no plan, apply, destroy will work. |
@alexsomesan I still have this problem in 1.7.0 release... Could you take look please? |
Can you post a sample that will reproduce what you are seeing?
On Thu 23. May 2019 at 11:57, Peter Nyilas ***@***.***> wrote:
@alexsomesan <https://github.com/alexsomesan> I still have this problem
in 1.7.0 release... Could you take look please?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#217>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIL5GZCMQR625HOV3XKFHLPWZS67ANCNFSM4GEBXK3Q>
.
--
— Sent from my phone.
|
@alexsomesan I've facing similar issue, when I'm migrating from provider of @sl1pm4t to the official one. For example, I've a
Now it should be
I'm modifying the hcl, and then I run terraform apply, the id of the resource starts with |
I encountered a similar issue when migrating from the sl1pm4t/terraform-provider-kubernetes to terraform-provider-kubernetes 1.7.0. I was able to mostly resolve it by performing a |
Same issue upgrading from sl1pm4t/terraform-provider-kubernetes with kubernetes_cluster_role and kubernetes_cluster_role_binding. Resolved by manual editing of the state file to remove "/" from the name of the offending cluster_role and cluster_role_binding. |
@protomonk and @dh-harald The As the original error reported in this issue is un-reproducible as described and the conversation has migrated to different aspects I am going to close this issue because it looks like there isn't any actionable item to be addressed. Please open new specific issues for any other problems you encounter. Feel free to comment if you think there are actual actionable items here. |
Hi,
Terraform Version
Affected Resource(s)
kubernetes_storage_class
and others ???Terraform Configuration Files
Steps to Reproduce
terraform apply
annotations { "label" = "test" }
terraform apply
Actual Behavior
The text was updated successfully, but these errors were encountered: