diff --git a/content/docs/deployment/rpm/modules/installation/authorization/authorization.md b/content/docs/deployment/rpm/modules/installation/authorization/authorization.md index d8ae3fba1a..863f160253 100644 --- a/content/docs/deployment/rpm/modules/installation/authorization/authorization.md +++ b/content/docs/deployment/rpm/modules/installation/authorization/authorization.md @@ -11,7 +11,7 @@ The CSM Authorization RPM will be deprecated in a future release. It is highly r This section outlines the deployment steps for Container Storage Modules (CSM) for Authorization. The deployment of CSM for Authorization is handled in 2 parts: - Deploying the CSM for Authorization proxy server, to be controlled by storage administrators -- Configuring one to many [supported](../../../authorization#supported-csi-drivers) Dell CSI drivers with CSM for Authorization +- Configuring one to many [supported](../../../../../prerequisites/#supported-csm-modules) Dell CSI drivers with CSM for Authorization ## Prerequisites @@ -123,19 +123,19 @@ A Storage Administrator can execute the shell script, install_karavi_auth.sh as 5. After installation, application data will be stored on the system under `/var/lib/rancher/k3s/storage/`. -If errors occur during installation, review the [Troubleshooting](../../troubleshooting) section. +If errors occur during installation, review the [Troubleshooting](../../../../../authorization/troubleshooting) section. ## Configuring the CSM for Authorization Proxy Server The first part of CSM for Authorization deployment is to configure the proxy server. This is controlled by the Storage Administrator. -Please follow the steps outlined in the [proxy server](../../configuration/proxy-server) configuration. +Please follow the steps outlined in the [proxy server](../../../../../authorization/configuration/proxy-server) configuration. ## Configuring a Dell CSI Driver with CSM for Authorization -The second part of CSM for Authorization deployment is to configure one or more of the [supported](../../../authorization#supported-csi-drivers) CSI drivers. This is controlled by the Kubernetes tenant administrator. +The second part of CSM for Authorization deployment is to configure one or more of the [supported](../../../../../prerequisites/#supported-csm-modules) CSI drivers. This is controlled by the Kubernetes tenant administrator. -Please follow the steps outlined in [PowerFlex](../../configuration/powerflex), [PowerMax](../../configuration/powermax), or [PowerScale](../../configuration/powerscale) to configure the CSI Driver to work with the Authorization sidecar. +Please follow the steps outlined in [PowerFlex](../../../../../authorization/configuration/powerflex), [PowerMax](../../../../../authorization/configuration/powermax), or [PowerScale](../../../../../authorization/configuration/powerscale) to configure the CSI Driver to work with the Authorization sidecar. ## Updating CSM for Authorization Proxy Server Configuration diff --git a/content/docs/deployment/rpm/modules/uninstall/authorization.md b/content/docs/deployment/rpm/modules/uninstall/authorization.md index 0c8bb62789..253817347e 100644 --- a/content/docs/deployment/rpm/modules/uninstall/authorization.md +++ b/content/docs/deployment/rpm/modules/uninstall/authorization.md @@ -28,4 +28,4 @@ rpm -e ## Uninstalling the sidecar-proxy in the CSI Driver -To uninstall the sidecar-proxy in the CSI Driver, [uninstall](../../../drivers/uninstall) the driver and [reinstall](../../../drivers/installation) the driver using the original configuration secret. +To uninstall the sidecar-proxy in the CSI Driver, [uninstall](../../../../helm/drivers/uninstall) the driver and [reinstall](../../../../helm/drivers/installation) the driver using the original configuration secret. diff --git a/content/docs/deployment/rpm/modules/upgrade/authorization.md b/content/docs/deployment/rpm/modules/upgrade/authorization.md index 78a87df8a8..fa29a9fee0 100644 --- a/content/docs/deployment/rpm/modules/upgrade/authorization.md +++ b/content/docs/deployment/rpm/modules/upgrade/authorization.md @@ -49,9 +49,9 @@ k3s kubectl version Given a setup where the CSM for Authorization proxy server is already upgraded to the latest version, follow the upgrade instructions for the applicable CSI Driver(s) to upgrade the driver and the CSM for Authorization sidecar -- [Upgrade PowerFlex CSI driver](../../../drivers/upgrade/powerflex/) -- [Upgrade PowerMax CSI driver](../../../drivers/upgrade/powermax/) -- [Upgrade PowerScale CSI driver](../../../drivers/upgrade/isilon/) +- [Upgrade PowerFlex CSI driver](../../../../helm/drivers/upgrade/powerflex/) +- [Upgrade PowerMax CSI driver](../../../../helm/drivers/upgrade/powermax/) +- [Upgrade PowerScale CSI driver](../../../../helm/drivers/upgrade/isilon/) ## Rollback