Skip to content

Commit f3d3168

Browse files
authored
Update README.md
1 parent b19cf10 commit f3d3168

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
### Tips
77
- run controller on control plane node: `--set controller.runOnControlPlane=true`
88
- set replica of controller as `2`: `--set controller.replicas=2`
9+
- Microk8s based kubernetes recommended settings:
10+
- `--set linux.dnsPolicy=ClusterFirstWithHostNet` with `--set controller.dnsPolicy=ClusterFirstWithHostNet` -
11+
external smb server cannot be found based on Default dns.
12+
- `--set linux.kubelet="/var/snap/microk8s/common/var/lib/kubelet"` - sets correct path to microk8s kubelet even
13+
though a user has a folder link to it.
914

1015
### install a specific version
1116
```console

0 commit comments

Comments
 (0)