Skip to content

Commit

Permalink
Deployed 5ee915f with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
malvag committed Jan 11, 2024
1 parent ddaf835 commit a452895
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions admin-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,6 @@ <h3 id="install-apptainer">Install <a href="https://apptainer.org/">Apptainer</a
sysctl -p /etc/sysctl.d/90-max_user_namespaces.conf
fi
</code></pre>
<blockquote>
<p>In case there is a problem using these CNI plugins as a regular user you can additionally setup apptainer with the following:</p>
</blockquote>
<pre><code class="language-bash">cat &gt;&gt;/etc/apptainer/apptainer.conf &lt;&lt;EOF
allow net users = &lt;??&gt;
allow net groups = &lt;??&gt;
allow net networks = bridge, flannel
EOF
</code></pre>
<h3 id="install-flannel">Install <a href="https://github.com/flannel-io/flannel">Flannel</a></h3>
<blockquote>
<p>On all hosts</p>
Expand Down Expand Up @@ -304,6 +295,15 @@ <h3 id="configure-apptainer-to-use-flannel-as-a-cni-plugin">Configure Apptainer
}
EOF
</code></pre>
<blockquote>
<p>In case there is a problem using these CNI plugins as a regular user you can additionally setup apptainer with the following:</p>
</blockquote>
<pre><code class="language-bash">cat &gt;&gt;/etc/apptainer/apptainer.conf &lt;&lt;EOF
allow net users = &lt;??&gt;
allow net groups = &lt;??&gt;
allow net networks = bridge, flannel
EOF
</code></pre>
<h3 id="install-utilities">Install Utilities</h3>
<ul>
<li>Kubectl utility with the same version as the Kubernetes</li>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-01-11 15:11:56.984559+00:00
Build Date UTC : 2024-01-11 15:48:57.437485+00:00
-->
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit a452895

Please sign in to comment.