Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
# Aron Suliman (AronAtDell)
# Sharmila Ramamoorthy (sharmilarama)
# Alik Saring (alikdell)
# Ray Sedlock (rsedlock1958)

* @mjsdell @AronAtDell @sharmilarama @alikdell @prablr79
* @mjsdell @AronAtDell @sharmilarama @alikdell @prablr79 @rsedlock1958
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ A `storage` entity in Container Storage Modules Authorization consists of the st

>__Note__:
> - You must specify exactly one option for the storageSystemCredentials field, e.g. secretProviderClass.
> - For PowerStore, the endpoint must be appended with `/api/rest`. For example, `https://10.0.0.1/api/rest`.

Edit these parameters in the manifest:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu
password: -
skipCertificateValidation: true
limits:
maxActiveRead: 10
maxActiveWrite: 10
maxOutstandingRead: 10
maxOutstandingWrite: 10
maxActiveRead: 5
maxActiveWrite: 4
maxOutstandingRead: 50
maxOutstandingWrite: 50
```

**Helm**
Expand All @@ -95,10 +95,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu
password: -
skipCertificateValidation: true
limits:
maxActiveRead: 10
maxActiveWrite: 10
maxOutstandingRead: 10
maxOutstandingWrite: 10
maxActiveRead: 5
maxActiveWrite: 4
maxOutstandingRead: 50
maxOutstandingWrite: 50
```

4. **Operator Only**: Prepare the reverse proxy configMap using sample [here](https://github.com/dell/csm-operator/blob/main/samples/csireverseproxy/config.yaml). Fill in the appropriate values for driver configuration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ description: >
Container Storage Modules (CSM) for Authorization v2.0 Operator deployment
---

{{<include file="content/docs/getting-started/installation/operator/modules/authorizationv2-0.md" hideIds="2,3">}}
{{<include file="content/docs/getting-started/installation/operator/modules/authorizationv2-0.md">}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ description: >
Container Storage Modules (CSM) for Authorization v2.0 Operator deployment
---

{{<include file="content/docs/getting-started/installation/operator/modules/authorizationv2-0.md" hideIds="1,3" >}}
{{<include file="content/docs/getting-started/installation/operator/modules/authorizationv2-0.md">}}
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ Install Helm 3 on the master node before you install CSI Driver for PowerMax.
password: password
skipCertificateValidation: true
limits:
maxActiveRead: 10
maxActiveWrite: 10
maxOutstandingRead: 10
maxOutstandingWrite: 10
maxActiveRead: 5
maxActiveWrite: 4
maxOutstandingRead: 50
maxOutstandingWrite: 50
- endpoint: https://backup-1.unisphe.re:8443
username: admin2
password: password2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ dell-csm-operator-controller-manager-86dcdc8c48-6dkxm 2/2 Running

4. **Create the Reverse Proxy TLS Secret**

Referencing the TLS certificate and key created in the [CSI PowerMax Reverse Proxy](./#csi-powermax-reverse-proxy) prerequisite, create the `csirevproxy-tls-secret` secret.
Referencing the TLS certificate and key created in the [CSI PowerMax Reverse Proxy](../prerequisite/#csi-powermax-reverse-proxy) prerequisite, create the `csirevproxy-tls-secret` secret.
```bash
oc create secret -n powermax tls csirevproxy-tls-secret --cert=tls.crt --key=tls.key
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu
password: -
skipCertificateValidation: true
limits:
maxActiveRead: 10
maxActiveWrite: 10
maxOutstandingRead: 10
maxOutstandingWrite: 10
maxActiveRead: 5
maxActiveWrite: 4
maxOutstandingRead: 50
maxOutstandingWrite: 50
```

**Helm**
Expand All @@ -129,10 +129,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu
password: -
skipCertificateValidation: true
limits:
maxActiveRead: 10
maxActiveWrite: 10
maxOutstandingRead: 10
maxOutstandingWrite: 10
maxActiveRead: 5
maxActiveWrite: 4
maxOutstandingRead: 50
maxOutstandingWrite: 50
```

5. **Operator Only**: Prepare the reverse proxy configMap using sample [here](https://github.com/dell/csm-operator/blob/main/samples/csireverseproxy/config.yaml). Fill in the appropriate values for driver configuration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ Install Helm 3 on the master node before you install CSI Driver for PowerMax.
password: password
skipCertificateValidation: true
limits:
maxActiveRead: 10
maxActiveWrite: 10
maxOutstandingRead: 10
maxOutstandingWrite: 10
maxActiveRead: 5
maxActiveWrite: 4
maxOutstandingRead: 50
maxOutstandingWrite: 50
- endpoint: https://backup-1.unisphe.re:8443
username: admin2
password: password2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ Create the karavi-authorization-config secret using this command:
password: -
skipCertificateValidation: true
limits:
maxActiveRead: 10
maxActiveWrite: 10
maxOutstandingRead: 10
maxOutstandingWrite: 10
maxActiveRead: 5
maxActiveWrite: 4
maxOutstandingRead: 50
maxOutstandingWrite: 50
```

**Operator**
Expand All @@ -93,10 +93,10 @@ Create the karavi-authorization-config secret using this command:
password: -
skipCertificateValidation: true
limits:
maxActiveRead: 10
maxActiveWrite: 10
maxOutstandingRead: 10
maxOutstandingWrite: 10
maxActiveRead: 5
maxActiveWrite: 4
maxOutstandingRead: 50
maxOutstandingWrite: 50
```

5. Enable Container Storage Modules Authorization in the driver installation applicable to your installation method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu
password: -
skipCertificateValidation: true
limits:
maxActiveRead: 10
maxActiveWrite: 10
maxOutstandingRead: 10
maxOutstandingWrite: 10
maxActiveRead: 5
maxActiveWrite: 4
maxOutstandingRead: 50
maxOutstandingWrite: 50
```

**Helm**
Expand All @@ -98,10 +98,10 @@ Given a setup where Kubernetes, a storage system, and the Container Storage Modu
password: -
skipCertificateValidation: true
limits:
maxActiveRead: 10
maxActiveWrite: 10
maxOutstandingRead: 10
maxOutstandingWrite: 10
maxActiveRead: 5
maxActiveWrite: 4
maxOutstandingRead: 50
maxOutstandingWrite: 50
```

5. **Operator Only**: Prepare the reverse proxy configMap using sample [here](https://github.com/dell/csm-operator/tree/release/{{< version-v2 key="csm-operator_latest_version" >}}/samples/csireverseproxy/config.yaml). Fill in the appropriate values for driver configuration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ Install Helm 3 on the master node before you install CSI Driver for PowerMax.
password: password
skipCertificateValidation: true
limits:
maxActiveRead: 10
maxActiveWrite: 10
maxOutstandingRead: 10
maxOutstandingWrite: 10
maxActiveRead: 5
maxActiveWrite: 4
maxOutstandingRead: 50
maxOutstandingWrite: 50
- endpoint: https://backup-1.unisphe.re:8443
username: admin2
password: password2
Expand Down
Loading