Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for OpenShift 4.12 in PowerFlex #564

Closed
wants to merge 5 commits into from
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
2 changes: 1 addition & 1 deletion content/docs/csidriver/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The CSI Drivers by Dell implement an interface between [CSI](https://kubernetes-
| Ubuntu | 20.04 | 20.04 | 18.04, 20.04 | 20.04, 22.04 | 20.04 |
| CentOS | 7.8, 7.9 | 7.8, 7.9 | 7.8, 7.9 | 7.8, 7.9 | 7.8, 7.9 |
| SLES | 15SP4 | 15SP4 | 15SP4 | 15SP3 | 15SP4 |
| Red Hat OpenShift | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 |
| Red Hat OpenShift | 4.10, 4.10 EUS, 4.11 | 4.12, 4.12 EUS, | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 |
| Mirantis Kubernetes Engine | 3.6.x | 3.5.x,3.6.x | 3.6.x | 3.5.x, 3.6.x | 3.6.x |
| Google Anthos | 1.12 | 1.12 | no | 1.12 | 1.14 |
| VMware Tanzu | no | no | NFS | NFS | NFS,iSCSI |
Expand Down
9 changes: 6 additions & 3 deletions content/docs/csidriver/release/powerstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ description: Release notes for PowerStore CSI driver

- [Added support for Resiliency](https://github.com/dell/csm/issues/587)
- [Added support for Kubernetes 1.26](https://github.com/dell/csm/issues/597)
- [Added support for MKE 3.6.x](https://github.com/dell/csm/issues/672)
- [Added support for RKE 1.4.1](https://github.com/dell/csm/issues/670)

### Fixed Issues

- [Fixed issue where driver was not properly cleaning up resources when volumes were unmounted](https://github.com/dell/csm/issues/666)
- [Multiple iSCSI network support](https://github.com/dell/csm/issues/668)
- [Create volume successful but unable to map volumes to a hosts](https://github.com/dell/csm/issues/599)
- [Can't find IP in X_CSI_POWERSTORE_EXTERNAL_ACCESS for NFS provisioning](https://github.com/dell/csm/issues/689)

### Known Issues

Expand All @@ -25,5 +29,4 @@ description: Release notes for PowerStore CSI driver

### Note:

- Support for Kubernetes alpha features like Volume Health Monitoring and RWOP (ReadWriteOncePod) access mode will not be available in Openshift environment as Openshift doesn't support enabling of alpha features for Production Grade clusters.
- This release is only supported when driver is installed via helm.
- Support for Kubernetes alpha features like Volume Health Monitoring and RWOP (ReadWriteOncePod) access mode will not be available in Openshift environment as Openshift doesn't support enabling of alpha features for Production Grade clusters.
1 change: 1 addition & 0 deletions content/docs/csidriver/troubleshooting/powermax.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ description: Troubleshooting PowerMax Driver
|`FailedPrecondition desc = no topology keys could be generate`| Make sure that FC or iSCSI connectivity to the arrays are proper |
| CreateHost failed with error `initiator is already part of different host.` | Update modifyHostName to true in values.yaml Or Remove the initiator from existing host |
| `kubectl logs powermax-controller-<xyz> –n <namespace>` driver logs says connection refused and the reverseproxy logs says "Failed to setup server.(secrets \"secret-name\" not found)" | Make sure the given secret <secret-name> exist on the cluster |
| nodestage is failing with error `Error invalid IQN Target iqn.EMC.0648.SE1F` | 1. Update initiator name to full default name , ex: iqn.1993-08.org.debian:01:e9afae962192 <br> 2.Ensure that the iSCSI initiators are available on all the nodes where the driver node plugin will be installed and it should be full default name. |
10 changes: 10 additions & 0 deletions content/docs/csidriver/upgradation/drivers/powerstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,13 @@ Note: While upgrading the driver via helm, controllerCount variable in myvalues.
4. Create the secret by running ```kubectl create secret generic powerstore-config -n csi-powerstore --from-file=config=secret.yaml```
5. Copy the default values.yaml file `cd dell-csi-helm-installer && cp ../helm/csi-powerstore/values.yaml ./my-powerstore-settings.yaml` and update parameters as per the requirement.
6. Run the `csi-install` script with the option _\-\-upgrade_ by running: `./csi-install.sh --namespace csi-powerstore --values ./my-powerstore-settings.yaml --upgrade`.

## Upgrade using Dell CSI Operator:

**Notes:**
1. While upgrading the driver via operator, replicas count in sample CR yaml can be at most one less than the number of worker nodes.
2. Upgrading the Operator does not upgrade the CSI Driver.


1. Please upgrade the Dell CSI Operator by following [here](./../operator).
2. Once the operator is upgraded, to upgrade the driver, refer [here](./../../../installation/operator/#update-csi-drivers).

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ replicationImage=dell-csi-replicator:v1.4.0
podmonImage=podmon:v1.5.0
authorizationImage=csm-authorization-sidecar:v1.6.0
migrationImage=dell-csi-migrator:v1.1.0
migrationNodeRescanSidecarImage=dell-csi-node-rescanner:v1.0.0
powermaxCSIReverseProxyImage=csipowermax-reverseproxy:v2.5.0
appMobilityVeleroPluginImage=csm-application-mobility-velero-plugin:v0.3.0
46 changes: 28 additions & 18 deletions content/docs/deployment/csminstallationwizard/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,19 @@
<script type="text/javascript" src="static/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<div class="container-fluid">
<header>
<div class="container-fluid td-outer">
<nav class="js-navbar-scroll navbar-dark flex-column flex-md-row ">
<p class="navbar-brand">
<span class="navbar-logo">
<img src="static/images/dell_logo.jpg" class="img">
</span>
</p>
</nav>
</div>
</header>
<hr>
<main class="container mt-5 mb-5">
<header class="fixed-top">
<nav class="installation-wizard-navbar">
<a href="/csm-docs">
<span>
<img src="static/images/logo.svg" class="img" alt="Dell Technologies logo">
</span>
</a>
</nav>
</header>
<div class="container-fluid pt-5 page-container">
<main class="container mt-5">
<div class="row">
<div class="col-8 pl-md-5">
<div class="col-12 pl-md-5">
<span class="heading">Container Storage Modules (CSM) Installation Wizard </span>
</div>
<div class="col-4"></div>
Expand Down Expand Up @@ -279,7 +276,7 @@
<label for="cluster-prefix" class="col-sm-2 col-form-label" data-bs-toggle="tooltip" data-bs-placement="right" title="Prefix that is used during the creation of various masking-related entities (Storage Groups, Masking Views, Hosts, and Volume Identifiers) on the array." style="width: 120px;">Cluster Prefix</label>
<div class="col-sm-9"></div>
<div class="was-validated col-sm-3">
<input class="form-control input-lg" type="text" id="cluster-prefix" placeholder="Example: XYZ" maxlength="3" oninput="validateInput(validateForm, CONSTANTS)" required>
<input class="form-control input-lg" type="text" id="cluster-prefix" placeholder="Example: XYZ" title="Please provide 3 letter cluster prefix" maxlength="3" oninput="validateInput(validateForm, CONSTANTS)" required>
</div>
</div>
</div>
Expand Down Expand Up @@ -454,17 +451,30 @@
</div>
</div>
</main>
<footer class="bg-secondary py-5 row d-print-none">
<footer class="py-5 row d-print-none">
<div class="container-fluid mx-sm-5">
<div class="row">
<div class="col-6 col-sm-4 text-xs-center order-sm-2"></div>
<div class="col-6 col-sm-4 text-right text-xs-center order-sm-3"></div>
<div class="col-12 col-sm-4 text-center py-2 order-sm-2">
<small class="text-white">&copy; 2023 The Dell Technologies All Rights Reserved</small>
<small class="ml-1">
<a href="https://www.dell.com/learn/us/en/uscorp1/policies-privacy" target="_blank">Privacy Policy</a>
</small>
</div>
<div class="col-6 col-sm-4 text-right text-xs-center order-sm-3 text-align-right">
<ul class="list-inline mb-0">
<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="" aria-label="GitHub" data-original-title="GitHub">
<a class="text-white" target="_blank" href="https://github.com/dell/csm">
<svg viewBox="0 0 496 512" height="24"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" fill="#ffffff"/></svg>
</a>
</li>
<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="" aria-label="Slack" data-original-title="Slack">
<a class="text-white" target="_blank" href="http://del.ly/Slack_request">
<svg viewBox="0 0 448 512" height="24"><path d="M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z" fill="#ffffff"/></svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
.img {
display: inline-block;
margin-top: 20px;
margin-top: 18px;
margin-right: 0px;
margin-left: 1%;
height: 30px;
Expand Down Expand Up @@ -114,4 +114,45 @@

.child-level-one {
margin-left: 1em;
}

.installation-wizard-navbar {
background: #30638e;
min-height: 4rem;
z-index: 32;
width: 100%;
padding-left: 12px;
}

.page-container {
position: relative;
min-height: 100vh;
}

.text-align-right {
text-align: right;
padding-right: 100px;
}

body {
margin: 0;
font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #222;
text-align: left;
background-color: #fff;
}

main {
padding-bottom: 150px;
}

footer {
background-color: #403f4c;
position: absolute;
bottom: 0;
width: 100%;
min-height: 150px;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions content/docs/securitypolicy/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Security Policy"
linkTitle: "Security Policy"
weight: 13
Description: >
Dell Container Storage Modules (CSM) Security Policy
---


The CSM services/repositories are inspected for security vulnerabilities via [gosec](https://github.com/securego/gosec),
Instructions for reporting a vulnerability can be found on the [Dell Vulnerability Policy](https://www.dell.com/support/contents/en-in/article/product-support/self-support-knowledgebase/security-antivirus/alerts-vulnerabilities/dell-vulnerability-response-policy#:~:text=To%20report%20a%20security%20vulnerability%20or%20issue%20in%20Dell.com,instructions%20to%20reproduce%20the%20issue)


CSM recommends to stay on the [lastest release](https://github.com/dell/csm/releases/latest) of Dell Container Storage Modules to take advantage of new features, enhancements, bug fixes, and security fixes.