Update none_usage.inc

pull/8341/head
Shubham Gopale 2020-06-02 08:54:11 +05:30 committed by GitHub
parent 9050d2c716
commit 9e2e212ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -4,13 +4,14 @@ A Linux VM with the following:
* Docker
* 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
```
This VM must also meet the [kubeadm requirements](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)
```
## Usage