Skip to content

Commit 987bf31

Browse files
authored
docs(k8s): add PrivateNetwork garbage collection (#1954)
* docs(k8s): add PrivateNetwork garbage collection * nit: Kapsule does not delete FlexIPs
1 parent 093fbdc commit 987bf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/k8s_cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The following arguments are supported:
219219
- `cni` - (Required) The Container Network Interface (CNI) for the Kubernetes cluster.
220220
~> **Important:** Updates to this field will recreate a new resource.
221221

222-
- `delete_additional_resources` - (Required) Delete additional resources like block volumes, IPs and loadbalancers that were created in Kubernetes on cluster deletion.
222+
- `delete_additional_resources` - (Required) Delete additional resources like block volumes, loadbalancers and the cluster private network (if empty) that were created in Kubernetes on cluster deletion.
223223
~> **Important:** Setting this field to `true` means that you will lose all your cluster data and network configuration when you delete your cluster.
224224
If you prefer keeping it, you should instead set it as `false`.
225225

0 commit comments

Comments
 (0)