From 56fa16ef9c34ba3afd3ade1766fb2ef20d920f6a Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Mon, 23 Sep 2019 17:22:54 -0700 Subject: [PATCH] Update the kube-up doc with a simpler approach. Signed-off-by: Lantao Liu --- docs/kube-up.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/kube-up.md b/docs/kube-up.md index b00a08ef1..31be73461 100644 --- a/docs/kube-up.md +++ b/docs/kube-up.md @@ -1,6 +1,11 @@ # Production Quality Cluster on GCE This document provides the steps to bring up a production quality cluster on GCE with [`kube-up.sh`](https://kubernetes.io/docs/setup/turnkey/gce/). +**If your Kubernetes version is 1.15 or greater, you can simply run:** +``` +export KUBE_CONTAINER_RUNTIME=containerd +``` +Follow these instructions [here](https://kubernetes.io/docs/setup/turnkey/gce/) to create a production quality Kubernetes cluster on GCE. ## Download CRI-Containerd Release Tarball To download release tarball, see [step 1](./installation.md#step-1-download-cri-containerd-release-tarball) in installation.md.