Hello
I’m trying terraform import k8s cluster. But I’m getting error like this: “Error: Cannot infer default node pool since there are multiple node pools; please manually add the terraform:default-node-pool
tag to the default node pool.” How can fix this? I cant tagging node pool in control panel.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hey @driftingblueray,
I am sorry for long delay in getting a respond to you! You can use doctl CLI tools to update your existing Kubernetes Node Pools. Please use below command.
doctl kubernetes cluster node-pool update <cluster-id|cluster-name> <pool-id|pool-name> --tag terraform:default-node-pool
Please refer below link for more details. https://docs.digitalocean.com/reference/doctl/reference/kubernetes/cluster/node-pool/update/