Deleting an IP Pool

You can delete IP pools that you no longer need.

Deleting About an IP Pool Using kubectl

The kubectl delete ippool command allows you to delete a given IP pool.

Request sample
$ kubectl delete ippool example-ip-pool
Response sample
ippool.oks.dev "example-ip-pool" deleted
  • You cannot delete an IP pool that is linked to one or more IP addresses.

  • You cannot reduce the size of an IP pool to a smaller number than the number of linked addresses.

Related Pages