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 1fde5ff551 [YUNIKORN-3067] Remove outdated note about inconsistent
metadata pod rejection (#516)
1fde5ff551 is described below
commit 1fde5ff551f300a251c02dd45ec609a23388bb13
Author: Yu-Lin Chen <[email protected]>
AuthorDate: Tue May 6 21:46:11 2025 +0800
[YUNIKORN-3067] Remove outdated note about inconsistent metadata pod
rejection (#516)
Closes: #516
Signed-off-by: Yu-Lin Chen <[email protected]>
---
docs/user_guide/labels_and_annotations_in_yunikorn.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/user_guide/labels_and_annotations_in_yunikorn.md
b/docs/user_guide/labels_and_annotations_in_yunikorn.md
index cd3eddc9f7..03c3b4d193 100644
--- a/docs/user_guide/labels_and_annotations_in_yunikorn.md
+++ b/docs/user_guide/labels_and_annotations_in_yunikorn.md
@@ -33,13 +33,13 @@ The non-canonical (legacy) representations will not be
deprecated and will conti
Label values should comply with [Kubernetes Syntax and character
set](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set).
-| Name | Description
[...]
-| ---------------------------- |
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[...]
-| `yunikorn.apache.org/app-id` | Associates this pod with an application. This
is the canonical representation and it is recommended to use it.<br/><br/>The
priority of application ID is determined in the following order: <ol><li>Label
`yunikorn.apache.org/app-id`</li><li>Annotation
`yunikorn.apache.org/app-id`</li><li>Label `applicationId`</li><li>Label
`spark-app-selector`</li></ol>**Note**: Pods with inconsistent application
metadata will be rejected in 1.7.0. [...]
-| `yunikorn.apache.org/queue` | Selects the YuniKorn queue this application
should be scheduled in. This is the canonical representation and it is
recommended to use it.<br/><br/>Queue name should comply with [Kubernetes
Syntax and character
set](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set)
and also with [Partition and Queue Configuration](queue_config#queues). This
may be ignored if a placement policy is in effect.<br/><br/>The pri [...]
-| [LEGACY]<br/>`applicationId` | Equivalent to the preferred label
`yunikorn.apache.org/app-id`.
[...]
-| [LEGACY]<br/>`queue` | Equivalent to the preferred label
`yunikorn.apache.org/queue`.
[...]
-| `spark-app-selector` | Equivalent to the preferred label
`yunikorn.apache.org/app-id`.<br/><br/>It is automatically attached by
third-party Spark jobs triggered by the [Spark
Operator](https://github.com/kubeflow/spark-operator). YuniKorn uses this label
to define application ID if no other metadata exists.
[...]
+| Name | Description
[...]
+| ----------------------------
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[...]
+| `yunikorn.apache.org/app-id` | Associates this pod with an application. This
is the canonical representation and it is recommended to use it.<br/><br/>The
priority of application ID is determined in the following order: <ol><li>Label
`yunikorn.apache.org/app-id`</li><li>Annotation
`yunikorn.apache.org/app-id`</li><li>Label `applicationId`</li><li>Label
`spark-app-selector`</li></ol>
[...]
+| `yunikorn.apache.org/queue` | Selects the YuniKorn queue this application
should be scheduled in. This is the canonical representation and it is
recommended to use it.<br/><br/>Queue name should comply with [Kubernetes
Syntax and character
set](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set)
and also with [Partition and Queue Configuration](queue_config#queues). This
may be ignored if a placement policy is in effect.<br/><br/>The pri [...]
+| [LEGACY]<br/>`applicationId` | Equivalent to the preferred label
`yunikorn.apache.org/app-id`.
[...]
+| [LEGACY]<br/>`queue` | Equivalent to the preferred label
`yunikorn.apache.org/queue`.
[...]
+| `spark-app-selector` | Equivalent to the preferred label
`yunikorn.apache.org/app-id`.<br/><br/>It is automatically attached by
third-party Spark jobs triggered by the [Spark
Operator](https://github.com/kubeflow/spark-operator). YuniKorn uses this label
to define application ID if no other metadata exists.
[...]
### Annotations in YuniKorn
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]