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

Add k8s v1.22+ support issue #214

Closed
wants to merge 1 commit into from
Closed
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 pure-pso/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This helm chart installs the Pure Service Orchestrator CSI plugin on a Kubernete
9. **An NTP implementation (such as ntpd or chronyd) must be installed and running on all Kubernetes cluster nodes**
10. PSO 6.x requires at least 3+ nodes running the database, and 5+ nodes is recommended. They may run other workloads (they don't have to be dedicated), but for fault tolerance, the database will be spread across these nodes.
11. **[For Kubernetes version less than 1.17.6/1.18.6 please refer to this link/issue when using vxlan with Flannel or Calico](https://github.com/kubernetes/kubernetes/issues/87852).** You may experience numerous `CrashLoopBackoff` problems if you encounter this issue.

12. PSO 6.x has a known compatibility issue [#212](https://github.com/purestorage/pso-csi/issues/212) using k8s v1.22+. If you plan to use k8s v1.22+, please use Portworx.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be nice to attach a portworx getting started guide.

## Using controller attach-detach or restricting plugin pods to nodes

More details on setting up controller attach-detach, or on restricting various plugin components to specific pods such
Expand Down