File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -210,12 +210,14 @@ yum install -y kubelet kubeadm kubectl --disableexcludes=kubernetes
210
210
systemctl enable --now kubelet
211
211
```
212
212
213
- ** Note :**
213
+ ** Notes :**
214
214
215
215
- Setting SELinux in permissive mode by running ` setenforce 0 ` and ` sed ... ` effectively disables it.
216
216
This is required to allow containers to access the host filesystem, which is needed by pod networks for example.
217
217
You have to do this until SELinux support is improved in the kubelet.
218
218
219
+ - You can leave SELinux enabled if you know how to configure it but it may require settings that are not supported by kubeadm.
220
+
219
221
{{% /tab %}}
220
222
{{% tab name="Container Linux" %}}
221
223
Install CNI plugins (required for most pod network):
You can’t perform that action at this time.
0 commit comments