Edit and reorganize cluster provisioning section

This commit is contained in:
Catherine Luse
2020-01-18 10:19:59 -07:00
parent d84cf6f4bb
commit e806fa9ddc
23 changed files with 312 additions and 205 deletions
@@ -1,6 +0,0 @@
<blockquote><br>
As of v2.2.0, account access information will be stored as a <b>cloud credential</b>. Cloud credentials are stored as Kubernetes secrets.
</blockquote>
Since multiple node templates can use the same cloud credential. You can use an existing cloud credential or create a new one. To create a new cloud credential, enter <b>Name</b> and <strong>Account Access</strong> data, then click <strong>Create</strong>.
<br>
<br>
@@ -1,4 +1,4 @@
<p>Add one or more <strong>node pools</strong> to your cluster.<br/><br/>A <strong>node pool</strong> is a collection of nodes based on a node template. A node Template defines the configuration of a node, like what Operating System to use, number of CPUs and amount of memory. Each node pool must have one or more nodes roles assigned.</p>
<p>Add one or more <strong>node pools</strong> to your cluster.<br/><br/>A <strong>node pool</strong> is a collection of nodes based on a node template. A node template defines the configuration of a node, like what operating system to use, number of CPUs and amount of memory. Each node pool must have one or more nodes roles assigned.</p>
<blockquote>
<p><strong>Notes:</strong></p>
+17 -12
View File
@@ -1,19 +1,24 @@
<p>Complete the <strong>Rancher Template</strong> form to configure the Docker daemon on the instances that will be created.</p>
<p>The <a href="https://docs.docker.com/engine/docker-overview/#the-docker-daemon">Docker daemon</a> configuration options include:</p>
<ul>
<li>
<p><strong>Labels</strong> can be configured on the Docker daemon.</p>
<p><a href="https://docs.docker.com/config/labels-custom-metadata/">Docker object label documentation</a></p>
<p>
<strong>Labels:</strong> For information on labels, refer to the <a href="https://docs.docker.com/config/labels-custom-metadata/"> Docker
object label documentation.</a>
</p>
</li>
<li>
<!-- TODO: Improve the engine options -->
<p><strong>Engine Options</strong> customize the configuration of the <a href="https://docs.docker.com/engine/docker-overview/#the-docker-daemon">Docker daemon</a>. Important configuration options might include:
<ul>
<li><strong>Docker Engine Install URL:</strong> Determines what Docker version will be installed on the instance.<br/><br/>When using RancherOS, please check what Docker versions are available using <code>sudo ros engine list</code> on the RancherOS version you want to use, as the default Docker version configured might not be available. If you experience issues installing Docker on other operating systems, please try to install Docker manually using the configured Docker Engine Install URL to troubleshoot.</li>
<li><strong>Registry mirrors:</strong> Docker Registry mirror to be used by the Docker daemon</li>
</ul>
<p>
<strong>Docker Engine Install URL:</strong> Determines what Docker version will be installed on the instance. Note: If you are using RancherOS, please check what Docker versions are available using <code>sudo ros engine list</code> on the RancherOS version you want to use, as the default Docker version configured might not be available. If you experience issues installing Docker on other operating systems, please try to install Docker manually using the configured Docker Engine Install URL to troubleshoot.
</p>
<p><a href="https://docs.docker.com/engine/reference/commandline/dockerd/">Docker daemon option reference</a></p>
</li>
<li>
<p>
<strong>Registry mirrors:</strong> Docker Registry mirror to be used by the Docker daemon
</p>
</li>
<li>
<p><strong>Other advanced options:</strong> <a href="https://docs.docker.com/engine/reference/commandline/dockerd/">Refer to the Docker daemon option reference
</a>
</p>
</li>
</ul>