-
Notifications
You must be signed in to change notification settings - Fork 144
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
Fix/427 #433
Fix/427 #433
Conversation
I've tested 3 times to create a node pool with taint and I've got an issue every time (even if I change the timeout) node pool:
(with or without timeout I have troubles) Error:
|
And when I execute "terraform apply" after having the error message, Terraform want to apply again the ne node pool and then it displays an error message because in the API the node pool already exists (with troubles but exists):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't create a node pool with annotations, finalizers and taints
Description
Fixes #427 (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
TF_ACC=1 go test -timeout 60m -v github.com/ovh/terraform-provider-ovh/ovh -run TestAccCloudProjectKubeNodePool
Test Configuration:
terraform version
: Terraform v1.3.1Checklist:
go mod vendor
if I added or modifygo.mod
file