-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error when switching cluster from zonal to regional #6
Comments
There is another error when switching between zonal<=>regional. The To fix the problem you can remove problematic entries from TF state (as they don't exists any more anyway): ./scripts/terraform_local_dev.sh state list | grep no_default
./scripts/terraform_local_dev.sh state rm module.gcloud_no_default_standard_storageclass.module.gcloud_kubectl.null_resource.run_destroy_command
... |
I tried to make it work but there are problems:
Like I suspected initially - |
…ring Didn't solve #6 but it's still better IMHO
Warning: changing cluster type removes and re-creates whole cluster. I changed type strictly for testing.
Errors like:
Upstream issue - hashicorp/terraform-provider-kubernetes#1102
Workaround:
Second line is to fix #5.
The text was updated successfully, but these errors were encountered: