From fcb6b782d001160b300a666ea8a193655bffdd06 Mon Sep 17 00:00:00 2001 From: David Nuzik Date: Mon, 11 Nov 2019 16:46:17 -0700 Subject: [PATCH] Remove hyperkube - We plan to eventually remove support for hyperkube so we will no longer document here. --- content/k3s/latest/en/advanced/_index.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/content/k3s/latest/en/advanced/_index.md b/content/k3s/latest/en/advanced/_index.md index 62628f1e7f9..6e6f488b7c3 100644 --- a/content/k3s/latest/en/advanced/_index.md +++ b/content/k3s/latest/en/advanced/_index.md @@ -104,10 +104,3 @@ To run the agent only in Docker, use `docker-compose up node`. Alternatively the -e K3S_TOKEN=${NODE_TOKEN} \ --privileged rancher/k3s:vX.Y.Z -Hyperkube ---------- - -k3s is bundled in a nice wrapper to remove the majority of the headache of running k8s. If -you don't want that wrapper and just want a smaller k8s distro, the releases includes -the `hyperkube` binary you can use. It's then up to you to know how to use `hyperkube`. If -you want individual binaries you will need to compile them yourself from source.