Update none_usage.inc
parent
9050d2c716
commit
9e2e212ee3
|
@ -4,13 +4,14 @@ A Linux VM with the following:
|
||||||
|
|
||||||
* Docker
|
* Docker
|
||||||
* systemd (OpenRC based systems are also supported in v1.10+)
|
* systemd (OpenRC based systems are also supported in v1.10+)
|
||||||
* conntrack (Kubernetes v1.18+ needs conntrack to be installed on the machine)
|
|
||||||
|
|
||||||
```shell
|
This VM must also meet the [kubeadm requirements.](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)
|
||||||
|
|
||||||
|
Kubernetes v1.18+ needs conntract to be installed on debian based machines.
|
||||||
|
|
||||||
|
```shell
|
||||||
sudo apt-get install conntrack -y
|
sudo apt-get install conntrack -y
|
||||||
```
|
```
|
||||||
|
|
||||||
This VM must also meet the [kubeadm requirements](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue