Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro committed Apr 5, 2024
1 parent b0df72d commit 16233d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ rpm -e <rpm_file_name>

## 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.
6 changes: 3 additions & 3 deletions content/docs/deployment/rpm/modules/upgrade/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 16233d7

Please sign in to comment.