This document provides the steps to bring up a production quality cluster on GCE with kube-up.sh
.
If your Kubernetes version is 1.15 or greater, you can simply run:
export KUBE_CONTAINER_RUNTIME=containerd
Follow these instructions here to create a production quality Kubernetes cluster on GCE.
To download release tarball, see step 1 in installation.md.
Unpack release tarball to any directory, using ${CRI_CONTAINERD_PATH}
to indicate the directory in the doc:
tar -C ${CRI_CONTAINERD_PATH} -xzf cri-containerd-cni-${VERSION}-linux-amd64.tar.gz
. ${CRI_CONTAINERD_PATH}/opt/containerd/cluster/gce/env
Follow these instructions here to create a production quality Kubernetes cluster on GCE.
Make sure the Kubernetes version you are using is v1.11 or greater:
- When using
https://get.k8s.io
, use the environment variableKUBERNETES_RELEASE
to set version. - When using a Kubernetes release tarball, make sure to select version 1.11 or greater.