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

chenyulin0719 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 0d4247b0d6 [YUNIKORN-2619] Remove internal labels and annotation from 
User Guide (#428)
0d4247b0d6 is described below

commit 0d4247b0d68041933196f54a25c63a2b9c14b66d
Author: Yu-Lin Chen <chenyulin0...@apache.org>
AuthorDate: Fri May 10 16:57:17 2024 +0800

    [YUNIKORN-2619] Remove internal labels and annotation from User Guide (#428)
    
    Remove below internal labels and annotation from User Guide:
    1. (Label) disableStateAware
    2. (Label) placeholder
    3. (Annotation) yunikorn.apache.org/placeholder
    
    Closes: #428
    
    Signed-off-by: Yu-Lin Chen <chenyulin0...@apache.org>
---
 docs/user_guide/labels_and_annotations_in_yunikorn.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/user_guide/labels_and_annotations_in_yunikorn.md 
b/docs/user_guide/labels_and_annotations_in_yunikorn.md
index 550feaef03..3e617090b8 100644
--- a/docs/user_guide/labels_and_annotations_in_yunikorn.md
+++ b/docs/user_guide/labels_and_annotations_in_yunikorn.md
@@ -30,8 +30,6 @@ YuniKorn utilizes several Kubernetes labels and annotations 
to support various f
 | `applicationId`                   | Associates this pod with an application. 
                                                                                
                               |
 | `queue`                           | Selects the YuniKorn queue this 
application should be scheduled in. This may be ignored if a placement policy 
is in effect.                             |
 | `spark-app-selector`              | Alternative method of specifying 
`applicationId` used by Spark Operator if the label `applicationId` and 
annotation `yunikorn.apache.org/app-id` unset. |
-| [DEPRECATED] `disableStateAware`  | If present, disables the YuniKorn 
state-aware scheduling policy for this pod. Set internally by the YuniKorn 
admission controller.                      |
-| `placeholder`                     | Set if this pod represents a placeholder 
for gang scheduling. Set internally by YuniKorn.                                
                               |
 
 ### Annotations in YuniKorn
 All annotations are under the namespace `yunikorn.apache.org`. For example 
`yunikorn.apache.org/app-id`.
@@ -43,7 +41,6 @@ All annotations are under the namespace 
`yunikorn.apache.org`. For example `yuni
 | `task-group-name`                   | Sets the task group name this pod 
belongs to for the purposes of gang scheduling. It must be listed within 
`task-groups`.                                                                  
                                                                                
                                              |
 | `task-groups`                       | Defines the set of task groups for 
this application for gang scheduling. Each pod within an application must 
define all task groups.                                                         
                                                                                
                                            |
 | `schedulingPolicyParameters`        | Arbitrary key-value pairs used to 
customize scheduling policies such as gang scheduling.                          
                                                                                
                                                                                
                                       |
-| `placeholder`                       | Set if this pod represents a 
placeholder for gang scheduling. Set internally by YuniKorn.                    
                                                                                
                                                                                
                                            |
 | `allow-preemption`                  | The `allow-preemption` annotation can 
be set on the Pod or PriorityClass object. The annotation in Pod takes priority 
over PriorityClass. It will trigger opt out of preemption for pods. Further 
details can be found in the [DaemonSet Scheduling using Simple 
Preemptor](./../design/simple_preemptor) documentation. |
 | `parentqueue`                       | Define a parent queue for a set of K8s 
namespaces. Further details can be found in the [ Resource Quota 
Management](resource_quota_management#parent-queue-mapping-for-namespaces) 
documentation.                                                                  
                                                      |
 | `namespace.quota`                   | Set the maximum capacity of the queue 
mapped to this namespace. Further details can be found in the [ Resource Quota 
Management](resource_quota_management#namespace-quota) documentation.           
                                                                                
                                    |


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to