Skip to content

Commit 74f05f5

Browse files
author
datacore-bolt-ci
committed
ci(stability): merge the develop branch
2 parents ef7a082 + a911317 commit 74f05f5

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

k8s/plugin/README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,11 @@ kubectl mayastor dump system -d <output_directory> -n <mayastor_namespace>
500500
Kubernetes namespace of mayastor service [default: mayastor]
501501
-h, --help
502502
Print help
503-
```
503+
```
504+
</details>
504505
505-
3. Delete upgrade resources
506+
Delete resources
507+
1. Delete upgrade resource
506508
```
507509
## Command
508510
kubectl mayastor delete upgrade
@@ -525,4 +527,29 @@ kubectl mayastor dump system -d <output_directory> -n <mayastor_namespace>
525527
Print help
526528

527529
```
530+
2. Delete volume
531+
```
532+
Usage: kubectl-mayastor delete volume [OPTIONS] <ID>
533+
534+
Arguments:
535+
<ID> The id of the volume to delete
536+
537+
Options:
538+
-i, --ignore-not-found
539+
Ignore error if resource is not found
540+
-y, --yes
541+
Automatically confirm and assume yes for all prompts
542+
-n, --namespace <NAMESPACE>
543+
Kubernetes namespace of mayastor service [default: mayastor]
544+
-r, --rest <REST>
545+
The rest endpoint to connect to
546+
-o, --output <OUTPUT>
547+
The Output, viz yaml, json [default: none]
548+
-j, --jaeger <JAEGER>
549+
Trace rest requests to the Jaeger endpoint agent
550+
-k, --kube-config-path <KUBE_CONFIG_PATH>
551+
Path to kubeconfig file
552+
-h, --help
553+
Print help
554+
```
528555
</details>

k8s/plugin/src/resources/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub enum Operations {
9797
Dump(DumpArgs),
9898
/// `Upgrade` the deployment.
9999
Upgrade(UpgradeArgs),
100-
/// `Delete` the upgrade resources.
100+
/// `Delete` resources.
101101
Delete(DeleteArgs),
102102
}
103103

0 commit comments

Comments
 (0)