Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(k8s): add PNs in additional resources to delete (#3160)
Co-authored-by: Rémy Léone <rleone@scaleway.com>
  • Loading branch information
scaleway-bot and remyleone committed Jun 1, 2023
1 parent fe599d4 commit 03a1722
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -14,7 +14,7 @@ EXAMPLES:

ARGS:
cluster-id ID of the cluster to delete
[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
[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
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)

FLAGS:
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/k8s.md
Expand Up @@ -145,7 +145,7 @@ scw k8s cluster delete <cluster-id ...> [arg=value ...]
| Name | | Description |
|------|---|-------------|
| cluster-id | Required | ID of the cluster to delete |
| 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 |
| 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 |
| 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 |


Expand Down
2 changes: 1 addition & 1 deletion internal/namespaces/k8s/v1/k8s_cli.go
Expand Up @@ -906,7 +906,7 @@ func k8sClusterDelete() *core.Command {
},
{
Name: "with-additional-resources",
Short: `Defines whether all volumes (including retain volume type) and Load Balancers with a name starting with the cluster ID will also be deleted`,
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`,
Required: false,
Deprecated: false,
Positional: false,
Expand Down

0 comments on commit 03a1722

Please sign in to comment.