Skip to content

Commit

Permalink
use icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rain-on committed Oct 15, 2024
1 parent 03f5f78 commit 3be6e9d
Showing 1 changed file with 15 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,21 @@ When trying to determine the best combination of these for your situation, it ma
The following table defines known good configurations, though there are many other configurations which are likely to
produce a valid system.

| Distribution / Managed Servicer | Storage Solution: | Approach |
|:-------------------------------:|:-----------------:|----------------------------------------------------------------------------------|
| Minikube | NFS | No additional configuration required - recommended for local or edge usage |
| MicroK8s | NFS | No additional configuration required - recommended for local or edge usage |
| Kind | NFS | No additional configuration required - recommended for local or edge usage |
| AKS | NFS | No additional configuration required |
| | Azure Files | No additional configuration required |
| GKE | NFS | No additional configuration required |
| EKS | NFS | No additional configuration required |
| | EFS | Requires Octopus Server 2024.3+ |
| RKE2 | Longhorn | Requires pre-configured storage - [contact support](https://octopus.com/support) |
| OpenShift | NFS | Requires specific configuration - [contact support](https://octopus.com/support) |
| Distribution / Managed Servicer | Storage Solution: | Approach |
|:-------------------------------:|:-----------------:|----------------------------------------------|
| Minikube | NFS | No additional configuration required† |
| MicroK8s | NFS | No additional configuration required† |
| Kind | NFS | No additional configuration required† |
| AKS | NFS | No additional configuration required |
| | Azure Files | No additional configuration required |
| GKE | NFS | No additional configuration required |
| EKS | NFS | No additional configuration required |
| | EFS | Requires Octopus Server 2024.3+ |
| RKE2 | Longhorn | Requires pre-configured storage‡ |
| OpenShift | NFS | Requires specific configuration‡ |

_† Recommended for local development or edge usage_
_‡ Please [contact support](https://octopus.com/support) for additional information_


Any Storage class which supports being mounted in [ReadWriteMany](https://kubernetes.io/docs/concepts/storage/persistent-volumes/)
Expand Down

0 comments on commit 3be6e9d

Please sign in to comment.