Skip to content

Commit 53281aa

Browse files
committed
Add step to delete cloudscale loadbalancer instances in decommissioning instructions
1 parent 379d247 commit 53281aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/modules/ROOT/pages/how-tos/cloudscale/decommission.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ include::partial$decommission-disable-syn.adoc[]
5252
kubectl delete svc --field-selector spec.type=LoadBalancer -A
5353
----
5454

55+
. Delete all loadbalancers
56+
+
57+
[source,bash]
58+
----
59+
kubectl delete loadbalancers -A --all
60+
----
61+
5562
. Delete all PVs
5663
+
5764
[source,bash]

0 commit comments

Comments
 (0)