mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-24 20:18:18 +00:00
linked to sample yml gist
This commit is contained in:
+4
-12
@@ -73,20 +73,12 @@ rke version v<N.N.N>
|
||||
|
||||
### 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)
|
||||
<br/>
|
||||
<br/>
|
||||
- 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)
|
||||

|
||||
|
||||
### Edit YAML Template
|
||||
|
||||
|
||||
Reference in New Issue
Block a user