Skip to content

Commit

Permalink
Merge pull request #2536 from OctopusDeploy/tmm/remove_support_email
Browse files Browse the repository at this point in the history
Remove support emails from k8s docs
  • Loading branch information
steve-fenton-octopus authored Oct 15, 2024
2 parents 3d62c34 + 3be6e9d commit a5eed37
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 - email [support@octopus.com](mailto:support@octopus.com) |
| OpenShift | NFS | Requires specific configuration - email [support@octopus.com](mailto:support@octopus.com) |
| 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 a5eed37

Please sign in to comment.