We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19cf10 commit f3d3168Copy full SHA for f3d3168
charts/README.md
@@ -6,6 +6,11 @@
6
### Tips
7
- run controller on control plane node: `--set controller.runOnControlPlane=true`
8
- 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.
14
15
### install a specific version
16
```console
0 commit comments