You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We manage our kubernetes cluster via terraform, to enforce maintenability and collaboration (using gitlab and Merge requests).
To deploy CRD we are using kubernetes-alpha provider from hashicorp.
Some parameters are not idempotents, and when we run apply two times, the second one is failing cause of dry-run failure.
Hello,
This issue is maybe related to hashicorp/terraform-provider-kubernetes-alpha#41, I create an issue here to track this behavior and share information.
We manage our kubernetes cluster via terraform, to enforce maintenability and collaboration (using gitlab and Merge requests).
To deploy CRD we are using kubernetes-alpha provider from hashicorp.
Some parameters are not idempotents, and when we run apply two times, the second one is failing cause of dry-run failure.
Some other behaviors results to a failure, first time apply the previous hcl, then change it to
It's failure, but expected to have a force replace scenario
Best regards,
Gaël
The text was updated successfully, but these errors were encountered: