This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
Adding tolerations causes plan failure with error AttributeName("tolerationSeconds"): step cannot be applied to this value
#251
Labels
bug
Something isn't working
Terraform, Provider, Kubernetes versions
Affected Resource(s)
kubernetes_manifest
Terraform Configuration Files
Provider config
Debug Output
https://gist.github.com/soulshake/180f8264a7d89c70d929cf05585b8281
Panic Output
Steps to Reproduce
Expected Behavior
The tolerations should be successfully planned/added.
Actual Behavior
Planning and applying when the resource has not yet been created is successful.
However, trying to add tolerations on an existing resource fails with an error:
AttributeName("tolerationSeconds"): step cannot be applied to this value
:Observations:
plan
andapply
successfully.Important Factoids
n/a
References
n/a
Community Note
The text was updated successfully, but these errors were encountered: