Since
bosh recreate
or
bosh cloud-check
of the deployment fails with the same error, run `
pks resize
` or `
pks update-cluster
` on the impacted cluster and BOSH will redeploy the cluster. Use the same number of nodes to ensure there will be no changes to the cluster:
For example:
# to redeploy a cluster that currently has 2 workers
$ pks resize <cluster-name> -n 2
# `pks resize` will be deprecated soon. In case resize is no longer there, use `pks update-cluster` to redeploy a cluster that currently has 2 workers
$ pks update-cluster <cluster-name> --num-nodes 2