Skip to content

Commit 03a1722

Browse files
docs(k8s): add PNs in additional resources to delete (#3160)
Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent fe599d4 commit 03a1722

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/scw/testdata/test-all-usage-k8s-cluster-delete-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ EXAMPLES:
1414

1515
ARGS:
1616
cluster-id ID of the cluster to delete
17-
[with-additional-resources] Defines whether all volumes (including retain volume type) and Load Balancers with a name starting with the cluster ID will also be deleted
17+
[with-additional-resources] Defines whether all volumes (including retain volume type), empty Private Networks and Load Balancers with a name starting with the cluster ID will also be deleted
1818
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
1919

2020
FLAGS:

docs/commands/k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ scw k8s cluster delete <cluster-id ...> [arg=value ...]
145145
| Name | | Description |
146146
|------|---|-------------|
147147
| cluster-id | Required | ID of the cluster to delete |
148-
| with-additional-resources | | Defines whether all volumes (including retain volume type) and Load Balancers with a name starting with the cluster ID will also be deleted |
148+
| with-additional-resources | | Defines whether all volumes (including retain volume type), empty Private Networks and Load Balancers with a name starting with the cluster ID will also be deleted |
149149
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw` | Region to target. If none is passed will use default region from the config |
150150

151151

internal/namespaces/k8s/v1/k8s_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ func k8sClusterDelete() *core.Command {
906906
},
907907
{
908908
Name: "with-additional-resources",
909-
Short: `Defines whether all volumes (including retain volume type) and Load Balancers with a name starting with the cluster ID will also be deleted`,
909+
Short: `Defines whether all volumes (including retain volume type), empty Private Networks and Load Balancers with a name starting with the cluster ID will also be deleted`,
910910
Required: false,
911911
Deprecated: false,
912912
Positional: false,

0 commit comments

Comments
 (0)