Skip to content

Commit 1bf58c6

Browse files
committed
Give better example for kubernetes persistence mode
1 parent c8376d8 commit 1bf58c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Apart from the `metadata` and `spec` options ContainerSSH has the following opti
215215

216216
### Persistent mode
217217

218-
The `persistent` 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.
218+
The `persistent` 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, this can be used for example, to allow users to execute long-running procesess without the risk that it'll be terminated.
219219

220220
!!! warning "ContainerSSH cannot guarantee user isolation in this mode"
221221
It is expeced that the users of this feature will use the configuration server to **ensure that every user is dropped into the correct pod**, 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.

0 commit comments

Comments
 (0)