Skip to content

Commit

Permalink
Deployed fa05162 to develop with MkDocs 1.4.2 and mike 1.2.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 9, 2025
1 parent b2ff7ab commit 9976442
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions develop/reference/configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
</li>
<li class="toctree-l2"><a class="reference internal" href="#installdiskselector">InstallDiskSelector</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#inlinemanifest">InlineManifest</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#machinedisk">MachineDisk</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#machinefile">MachineFile</a>
Expand Down Expand Up @@ -320,6 +322,22 @@ <h2 id="config">Config</h2>
<td align="center"><img align="center" alt="" class="emojione" height="20px" src="https://cdnjs.cloudflare.com/ajax/libs/emojione/2.2.7/assets/png/274e.png" title=":negative_squared_cross_mark:" width="20px" /></td>
</tr>
<tr>
<td><code>inlineManifests</code></td>
<td>[]<a href="#inlinemanifest">InlineManifest</a></td>
<td>A list of inline Kubernetes manifests for the cluster.</details><details><summary><em>Show example</em></summary>
<div class="highlight"><pre><span></span><code><span class="nt">inlineManifests</span><span class="p">:</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">namespace-ci</span>
<span class="w"> </span><span class="nt">contents</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">|-</span>
<span class="w"> </span><span class="no">apiVersion: v1</span>
<span class="w"> </span><span class="no">kind: Namespace</span>
<span class="w"> </span><span class="no">metadata:</span>
<span class="w"> </span><span class="no">name: ci</span>
</code></pre></div>
</details></td>
<td align="center"><code>[]</code></td>
<td align="center"><img align="center" alt="" class="emojione" height="20px" src="https://cdnjs.cloudflare.com/ajax/libs/emojione/2.2.7/assets/png/274e.png" title=":negative_squared_cross_mark:" width="20px" /></td>
</tr>
<tr>
<td><code>controlPlane</code></td>
<td><a href="#nodeconfigs">NodeConfigs</a></td>
<td>Configurations targetted for all controlplane nodes.</details><details><summary><em>Show example</em></summary>
Expand Down Expand Up @@ -1036,10 +1054,14 @@ <h2 id="cniconfig">CNIConfig</h2>
<p><code>CNIConfig</code> is type of upstream Talos <a href="https://www.talos.dev/latest/reference/configuration/#cniconfig" target="_blank"><code>v1alpha1.CNIConfig</code></a></p>
<h2 id="installdiskselector">InstallDiskSelector</h2>
<p><code>InstallDiskSelector</code> is type of upstream Talos <a href="https://www.talos.dev/latest/reference/configuration/#installdiskselector" target="_blank"><code>v1alpha1.InstallDiskSelector</code></a>.</p>
<h2 id="inlinemanifest">InlineManifest</h2>
<p><code>InlineManifest</code> is type of upstream Talos <a href="https://www.talos.dev/latest/reference/configuration/v1alpha1/config/#Config.cluster.inlineManifests." target="_blank"><code>v1alpha1.ClusterInlineManifest</code></a></p>
<p>In addition to this, there's also a <code>skipEnvsubst</code> key that can be set to <code>true</code> to skip doing envsubst (only for file outside of <code>talconfig.yaml</code>)</p>
<h2 id="machinedisk">MachineDisk</h2>
<p><code>MachineDisk</code> is type of upstream Talos <a href="https://www.talos.dev/latest/reference/configuration/#machinedisk" target="_blank"><code>v1alpha1.MachineDisk</code></a></p>
<h2 id="machinefile">MachineFile</h2>
<p><code>MachineFile</code> is type of upstream Talos <a href="https://www.talos.dev/latest/reference/configuration/#machinefile" target="_blank"><code>v1alpha1.MachineFile</code></a></p>
<p>In addition to this, there's also a <code>skipEnvsubst</code> key that can be set to <code>true</code> to skip doing envsubst (only for file outside of <code>talconfig.yaml</code>)</p>
<h2 id="installextensionconfig">InstallExtensionConfig</h2>
<p><code>InstallExtensionConfig</code> is type of upstream Talos <a href="https://www.talos.dev/latest/reference/configuration/#installextensionconfig" target="_blank"><code>v1alpha1.InstallExtensionConfig</code></a></p>
<h2 id="schematic">Schematic</h2>
Expand Down
2 changes: 1 addition & 1 deletion develop/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 9976442

Please sign in to comment.