Question

how to tag existing kubernetes node pools

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.


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

pranjan
DigitalOcean Employee
DigitalOcean Employee badge
November 4, 2022

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/