diff --git a/docs/GETTING_STARTED_GUIDE.md b/docs/GETTING_STARTED_GUIDE.md index 6ce73c16..3f5747ae 100644 --- a/docs/GETTING_STARTED_GUIDE.md +++ b/docs/GETTING_STARTED_GUIDE.md @@ -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 @@ -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") ``` @@ -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") ``` @@ -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") ``` @@ -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") ``` diff --git a/docs/KARAVICTL_GUIDE.md b/docs/KARAVICTL_GUIDE.md index 80fec45a..3e28f59a 100644 --- a/docs/KARAVICTL_GUIDE.md +++ b/docs/KARAVICTL_GUIDE.md @@ -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 ``` @@ -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 @@ -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") ``` @@ -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") ``` @@ -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 diff --git a/docs/karavi-authorization-example.png b/docs/karavi-authorization-example.png index 26a4d828..0a02d10a 100644 Binary files a/docs/karavi-authorization-example.png and b/docs/karavi-authorization-example.png differ