diff options
author | Megan Wilson <megan.wilson@sonarsource.com> | 2022-05-13 14:14:57 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-05-23 20:02:51 +0000 |
commit | 411e3a0ff49ac73fafc712cb821539e83cd3da8e (patch) | |
tree | 0419042b9830a4f8ee2ac8e0dfd34068324a6c04 /server/sonar-docs/src/pages/setup | |
parent | 7e0bd442a7d8ee660d3f1e069ecb0d01dc24e5d3 (diff) | |
download | sonarqube-411e3a0ff49ac73fafc712cb821539e83cd3da8e.tar.gz sonarqube-411e3a0ff49ac73fafc712cb821539e83cd3da8e.zip |
removing reference to a "list" of known limitations since the list has come down to one
Diffstat (limited to 'server/sonar-docs/src/pages/setup')
-rw-r--r-- | server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md b/server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md index edd62a46427..ac930900953 100644 --- a/server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md +++ b/server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md @@ -160,8 +160,6 @@ kubectl create secret generic <NAME OF THE SECRET> --from-file=/PATH/TO/YOUR/PKC This documentation only contains the most important Helm chart customizations. See the [Customize the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing) documentation and the Helm chart [README](https://github.com/SonarSource/helm-chart-sonarqube/tree/master/charts/sonarqube-dce) for more possibilities on customizing the Helm chart. ## Known Limitations -As SonarQube is intended to be run anywhere, there are some drawbacks that are currently known when operating in Kubernetes. This list is not comprehensive, but something to keep in mind and points for us to improve on. - ### Problems with Azure Fileshare PVC Currently, there is a known limitation when working on AKS that resonates around the use of Azure Fileshare. We recommend using another storage class for persistency on AKS. |