Skip to content

Commit 3b85516

Browse files
committed
doc: Cherry-pick pull request #788 [ci skip]
1 parent c82a5cb commit 3b85516

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/infrastructure/microk8s-quickstart.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ Install MicroK8s on the machine:
4545
microk8s.status --wait-ready
4646
```
4747

48+
4. If you're running MicroK8s using a single node, disable high-availability clustering for improved performance:
49+
50+
```bash
51+
microk8s.disable ha-cluster
52+
```
53+
4854
## 3. Configuring MicroK8s
4955
5056
Now that MicroK8s is running on the machine we can proceed to enabling the necessary addons:

docs/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The cluster running Codacy must satisfy the following requirements:
2222

2323
- The infrastructure hosting the cluster must be provisioned with the hardware and networking requirements described below
2424
- The orchestration platform managing the cluster must be one of:
25-
- [Kubernetes](https://kubernetes.io/) **version 1.22.\*** to **1.23.\*** (1.23 recommended)
25+
- [Kubernetes](https://kubernetes.io/) **version 1.22.\*** to **1.24.\*** (1.23 recommended)
2626
- [MicroK8s](https://microk8s.io/) **version 1.19.\***
2727
- The [NGINX Ingress controller](https://github.com/kubernetes/ingress-nginx) must be installed and correctly set up in the cluster
2828

0 commit comments

Comments
 (0)