Skip to content

Commit 0737e19

Browse files
committed
Deployed c8376d8 to upcoming with MkDocs 1.6.1 and mike 2.1.4
1 parent 17858c8 commit 0737e19

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

upcoming/reference/kubernetes/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4696,6 +4696,10 @@ <h3 id="configuration-restrictions">Configuration restrictions<a class="headerli
46964696
</ul>
46974697
<h3 id="persistent-mode">Persistent mode<a class="headerlink" href="#persistent-mode" title="Permanent link">&para;</a></h3>
46984698
<p>The <code>persistent</code> execution mode allows ContainerSSH to exec into an already running pod rather than creating a new one for each connection or session. This is useful when you have long-lived pods that should be reused across SSH sessions, for example pre-provisioned development environments.</p>
4699+
<div class="admonition warning">
4700+
<p class="admonition-title">ContainerSSH cannot guarantee user isolation in this mode</p>
4701+
<p>It is expeced that the users of this feature will use the configuration server to <strong>ensure that every user is dropped into the correct pod</strong>, ideally unique per-user. Do not specify the pod to use in the global configuration as this will lead to all users to be sent to the same pod without any isolation. If this is combined with any type of credential forwarding it can lead to the compromise of the users credentials.</p>
4702+
</div>
46994703
<div class="highlight"><pre><span></span><code><span class="nt">kubernetes</span><span class="p">:</span>
47004704
<span class="w"> </span><span class="nt">pod</span><span class="p">:</span>
47014705
<span class="w"> </span><span class="nt">mode</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">persistent</span>

upcoming/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)