GoogleCloudPlatform / deploymentmanager-samples

Deployment Manager samples and templates.
Apache License 2.0
937 stars 718 forks source link

Can't remove Node Pool using deployment-manager #583

Closed risayew closed 3 years ago

risayew commented 3 years ago

Hi Everybody. How to delete node pool with deployments-manager ? I did try the following:

  1. delete the pool from .yml file, the gcloud deployment-manager deployments update this did not work and threw an error InputMapping for field [name] for method [delete] could not be set from input, mapping was: [$.concat($.resource.properties.parent, "/clusters/", $.ifNull($.resource.properties.name, $.resource.name), "/nodePools/", $.getElement($.resource.previous.cluster.nodePools, $.matches[0], "name"))
  2. deleted finally the old node pool from WEB console manually and afterwards from .yml file, but now cant’ update anyting with deployment-manager at all
risayew commented 3 years ago

closed, moved to https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/issues/807