From 1de88f1b1c14991e5dc0c2dddb4a0b8afff0356e Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Mon, 30 Apr 2018 13:13:24 -0700 Subject: [PATCH] linked to sample yml gist --- .../install-using-kubernetes/_index.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/content/rancher/installation/server-installation/install-using-kubernetes/_index.md b/content/rancher/installation/server-installation/install-using-kubernetes/_index.md index 55f88a418ba..8db3dbb0d69 100644 --- a/content/rancher/installation/server-installation/install-using-kubernetes/_index.md +++ b/content/rancher/installation/server-installation/install-using-kubernetes/_index.md @@ -73,20 +73,12 @@ rke version v ### Get YAML Template -During installation, RKE uses a `.yml` config file to install and configure your Kubernetes cluster. Download one of the `.yml` templates that we provide to get you started. Choose a template based on how many nodes are in your cluster and the type of certificate you plan on using: +During installation, RKE uses a `.yml` config file to install and configure your Kubernetes cluster. Download the `.zip` file of `.yml` templates linked below to get you started. Choose a template based on how many nodes are in your cluster and the type of certificate you plan on using: -- Auto-Generated Self-Signed Certifcates (i.e. SSL passthrough): +- If you want to use Auto-Generated Self-Signed Certifcates (i.e. SSL passthrough), use one of the `passthough` templates. +- If you want to use your own certificate (either CA- or Self-Signed), use one of the `certificate` templates. - - [3-node-passthrough.yml]({{< ref "3-node-passthrough.yml".}}) - - [5-node-passthrough.yml]({{< baseurl >}}/rke-yml/5-node-passthrough.yml) - - [7-node-passthrough.yml]({{< baseurl >}}/rke-yml/7-node-passthrough.yml) -
-
-- Bring Your Own Certificate (either CA- or Self-Signed): - - - [3-node-certificate.yml]({{< baseurl >}}/rke-yml/3-node-certificate.yml) - - [5-node-certificate.yml]({{< baseurl >}}/rke-yml/5-node-certificate.yml) - - [7-node-certificate.yml]({{< baseurl >}}/rke-yml/7-node-certificate.yml) +![Download YAML Config Templates](https://gist.github.com/MBishop17/ca4691a1b126a93bf8f21bc15d44ce02) ### Edit YAML Template