You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributors/devel/running-locally.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Getting started locally
5
5
6
6
-[Requirements](#requirements)
7
7
-[Linux](#linux)
8
-
-[Docker](#docker)
8
+
-[Container Runtime](#container-runtime)
9
9
-[etcd](#etcd)
10
10
-[go](#go)
11
11
-[OpenSSL](#openssl)
@@ -27,11 +27,9 @@ Getting started locally
27
27
28
28
Not running Linux? Consider running [Minikube](https://kubernetes.io/docs/setup/learning-environment/minikube/), or on a cloud provider like [Google Compute Engine](https://kubernetes.io/docs/setup/production-environment/turnkey/gce/).
29
29
30
-
### Docker
30
+
### Container Runtime
31
31
32
-
You will need [Docker](https://docs.docker.com/get-docker/) installed, at least version 17.03. Check the [Kubernetes release notes](https://kubernetes.io/docs/setup/release/notes/) for information about supported Docker versions.
33
-
34
-
Ensure the Docker daemon is running and can be contacted with `docker ps`. Some of the Kubernetes components need to run as root, which normally works fine with docker.
32
+
You will need a [Container Runtime](https://kubernetes.io/docs/setup/production-environment/container-runtimes/) like [Containerd](https://github.com/containerd/containerd) or [CRI-O](https://github.com/cri-o/cri-o) installed and running.
35
33
36
34
### etcd
37
35
@@ -68,6 +66,11 @@ The `--depth=1` parameter is optional and will ensure a smaller download.
68
66
69
67
## Starting the cluster
70
68
69
+
Set the endpoint for container runtime e.g. containerd
0 commit comments