diff --git a/docs/guides/cli/kubectl-plugin/index.md b/docs/guides/cli/kubectl-plugin/index.md index e7b8a7e8..da722aec 100644 --- a/docs/guides/cli/kubectl-plugin/index.md +++ b/docs/guides/cli/kubectl-plugin/index.md @@ -414,11 +414,11 @@ $ kubectl stash debug backup --namespace=demo --backupconfig=my-config This command is used to debug a restore. You have to provide the `RestoreSession` name or `RestoreBatch` name by using flags. The available flags are: -| Flag | Description | -|--------------------|--------------------------------------------------------------------------------| -| `--namespace` | Indicates the namespace of the respective `RestoreSession` or `RestoreBatch.` | -| `--restoresession` | Name of the `RestoreSession`. | -| `--restorebatch` | Name of the `RestoreBatch`. | +| Flag | Description | +|--------------------|-------------------------------------------------------------------------------| +| `--namespace` | Indicates the namespace of the respective `RestoreSession` or `RestoreBatch`. | +| `--restoresession` | Name of the `RestoreSession`. | +| `--restorebatch` | Name of the `RestoreBatch`. | **Format:** @@ -467,12 +467,12 @@ $ kubectl stash key list my-repo --namespace=demo This command is used to add a new key (password) to a restic repository. You have to provide the information of the new key by using flags. The available flags are: -| Flag | Description | -|-----------------------|--------------------------------------------------------------------------------| -| `--namespace` | Indicates the namespace of the respective `Repository` | -| `--host` | Host of the new key. | -| `--user` | User of the new key. | -| `--new-password-file` | File from which to read the new password file. | +| Flag | Description | +|-----------------------|---------------------------------------------------------| +| `--namespace` | Indicates the namespace of the respective `Repository`. | +| `--host` | Host of the new key. | +| `--user` | User of the new key. | +| `--new-password-file` | File from which to read the new password file. | **Format:** @@ -490,10 +490,10 @@ $ kubectl stash key list my-repo --namespace=demo --user root --host my-host --n This command is used to update the current key (password) of a restic repository. You have to provide the updated key by using a flag. The available flags are: -| Flag | Description | -|-----------------------|--------------------------------------------------------------------------------| -| `--namespace` | Indicates the namespace of the respective `Repository` | -| `--new-password-file` | File from which to read the new password file. | +| Flag | Description | +|-----------------------|---------------------------------------------------------| +| `--namespace` | Indicates the namespace of the respective `Repository`. | +| `--new-password-file` | File from which to read the new password file. | **Format:** @@ -511,10 +511,10 @@ $ kubectl stash key list my-repo --namespace=demo --new-password-file password.t This command is used to remove a key (password) of a restic repository. You have to provide the ID of the key to remove by using flag. The available flags are: -| Flag | Description | -|---------------|--------------------------------------------------------| -| `--namespace` | Indicates the namespace of the respective `Repository` | -| `--id` | ID of the restic key. | +| Flag | Description | +|---------------|---------------------------------------------------------| +| `--namespace` | Indicates the namespace of the respective `Repository`. | +| `--id` | ID of the restic key. | **Format:** @@ -534,7 +534,7 @@ $ kubectl stash key remove my-repo --namespace=demo --id cdc89a7d | Flag | Description | |----------------------|-------------------------------------------------------------| -| `--namespace` | Indicates the namespace of the respective `Repository` | +| `--namespace` | Indicates the namespace of the respective `Repository`. | | `--timestamp` | Timestamp to find the closest snapshots. | | `--group-interval` | Specifies the time gap between batches of backup snapshots. | | `--request-timeout` | Request timeout duration for the kubectl command. |