Skip to content

Commit

Permalink
misc. doc updates (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoppea2 authored May 20, 2021
1 parent eb5e420 commit f465633
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
17 changes: 9 additions & 8 deletions docs/GETTING_STARTED_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ This guide contains sections detailing Karavi Authorization capabilities, suppor

The following matrix provides a list of all supported versions for each Dell EMC Storage product.

| Platforms | Dell CSI Driver |
| Platforms | Version|
| -------- | --------- |
| Storage Array | v3.0, v3.5 |
| Kubernetes | 1.18, 1,19, 1.20 |
| OpenShift | 4.5, 4.6 |
| PowerFlex | v3.0, v3.5 |
| PowerMax| 5978.669.669, 5978.711.711, Unisphere 9.2 |
| Kubernetes | 1.18, 1,19, 1.20 |
| OpenShift | 4.6, 4.7 |

## CSI Drivers

Expand Down Expand Up @@ -187,7 +188,7 @@ Flags:
-i, --insecure Insecure skip verify
-p, --pass string Password (default "****")
-s, --system-id string System identifier (default "systemid")
-t, --type string Type of storage system (default "powerflex")
-t, --type string Type of storage system ("powerflex", "powermax")
-u, --user string Username (default "admin")
```

Expand All @@ -201,7 +202,7 @@ Flags:
-i, --insecure Insecure skip verify
-p, --pass string Password (default "****")
-s, --system-id string System identifier (default "systemid")
-t, --type string Type of storage system (default "powerflex")
-t, --type string Type of storage system ("powerflex", "powermax")
-u, --user string Username (default "admin")
```

Expand All @@ -211,7 +212,7 @@ Flags:
karavictl storage get [flags]
Flags:
-t, --type string Type of storage system (default "powerflex")
-t, --type string Type of storage system ("powerflex", "powermax")
-s, --system-id string System identifier (default "systemid")
```

Expand All @@ -227,7 +228,7 @@ karavictl storage list
karavictl storage delete [flags]
Flags:
-t, --type string Type of storage system (default "powerflex")
-t, --type string Type of storage system ("powerflex", "powermax")
-s, --system-id string System identifier (default "systemid")
```

Expand Down
10 changes: 5 additions & 5 deletions docs/KARAVICTL_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ karavictl generate token [flags]
--addr string host:port address (default "grpc.gatekeeper.cluster:443")
--from-config string File providing self-generated token information
-h, --help help for token
--namespace string Namespace of the CSI driver (default "vxflexos")
--tenant Tenant name
--shared-secret string Shared secret for token signing
```

Expand Down Expand Up @@ -618,7 +618,7 @@ karavictl storage get [flags]
```
-h, --help help for get
-s, --system-id string System identifier (default "systemid")
-t, --type string Type of storage system (default "powerflex")
-t, --type string Type of storage system ("powerflex", "powermax")
```

#### Options inherited from parent commands
Expand Down Expand Up @@ -714,7 +714,7 @@ karavictl storage create [flags]
-i, --insecure Insecure skip verify
-p, --password string Password (default "****")
-s, --system-id string System identifier (default "systemid")
-t, --type string Type of storage system (default "powerflex")
-t, --type string Type of storage system ("powerflex", "powermax")
-u, --user string Username (default "admin")
```

Expand Down Expand Up @@ -756,7 +756,7 @@ karavictl storage update [flags]
-i, --insecure Insecure skip verify
-p, --pass string Password (default "****")
-s, --system-id string System identifier (default "systemid")
-t, --type string Type of storage system (default "powerflex")
-t, --type string Type of storage system ("powerflex", "powermax")
-u, --user string Username (default "admin")
```

Expand Down Expand Up @@ -796,7 +796,7 @@ karavictl storage delete [flags]
```
-h, --help help for delete
-s, --system-id string System identifier (default "systemid")
-t, --type string Type of storage system (default "powerflex")
-t, --type string Type of storage system ("powerflex", "powermax")
```

#### Options inherited from parent commands
Expand Down
Binary file modified docs/karavi-authorization-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f465633

Please sign in to comment.