This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d6dad52a2 [YUNIKORN-2269] remove the USER_LABEL_KEY from docs (#443)
0d6dad52a2 is described below

commit 0d6dad52a29f580bdc1fef629fa13e06c21a6ca4
Author: lai0418 <[email protected]>
AuthorDate: Thu Jun 27 20:44:06 2024 +0800

    [YUNIKORN-2269] remove the USER_LABEL_KEY from docs (#443)
    
    Closes: #443
    
    Signed-off-by: Chia-Ping Tsai <[email protected]>
---
 docs/user_guide/usergroup_resolution.md | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/docs/user_guide/usergroup_resolution.md 
b/docs/user_guide/usergroup_resolution.md
index 3ecde0613a..8b6d48334f 100644
--- a/docs/user_guide/usergroup_resolution.md
+++ b/docs/user_guide/usergroup_resolution.md
@@ -55,14 +55,6 @@ Assumption:
   Yunikorn assumes that all pods belonging to an application are owned by the 
same user. We recommend that the user label is added to every pod of an app. 
This is to ensure that there is no discrepency. 
 :::
 
-The `yunikorn.apache.org/username` key can be customized by overriding the 
default value using the `USER_LABEL_KEY`env variable in the [K8s 
Deployment](https://github.com/apache/yunikorn-release/blob/master/helm-charts/yunikorn/templates/deployment.yaml).
 This is particularly useful in scenarios where the user label is already being 
added or if the label has to be modified for some secuirty reasons. 
-
-```yaml          
-            env:
-            - name: USER_LABEL_KEY
-              value: "custom_user_label"
-```
-
 ### Group resolution
 
 Group membership resolution is pluggables and is defined here. Groups do not 
have to be part of provided user and group object. When the object is added to 
the cache the groups are automatically resolved based on the resolution that is 
configured.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to