From e7e268b3bdb289f571d69a5d35ec48528bcbd246 Mon Sep 17 00:00:00 2001 From: mpl Date: Tue, 25 Jun 2019 14:50:04 +0200 Subject: [PATCH] doc/crd-acme: specify required kubectl version --- docs/content/user-guides/crd-acme/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/user-guides/crd-acme/index.md b/docs/content/user-guides/crd-acme/index.md index 2956678b9..5a02451dd 100644 --- a/docs/content/user-guides/crd-acme/index.md +++ b/docs/content/user-guides/crd-acme/index.md @@ -16,6 +16,10 @@ In the following, the Kubernetes resources defined in YAML configuration files c - the first, and usual way, is simply with the `kubectl apply` command. - the second, which can be used for this tutorial, is to directly place the files in the directory used by the k3s docker image for such inputs (`/var/lib/rancher/k3s/server/manifests`). +!!! important "Kubectl Version" + + With the `rancher/k3s` version used in this guide (`0.5.0`), the kubectl version needs to be >= `0.11`. + ## k3s Docker-compose Configuration Our starting point is the docker-compose configuration file, to start the k3s cluster.