Update create-labels.md

Signed-off-by: LandoVMW <ottl@vmware.com>
This commit is contained in:
LandoVMW 2020-05-19 10:30:39 -07:00 committed by LandoVMW
parent ee98295f3c
commit 029153f932

View File

@ -5,21 +5,21 @@ weight: 70
Harbor provides two kinds of labels to isolate different kinds of resources:
* **Global Level Label**: Managed by Harbor system administrators and used to manage the images of the whole system. They can be added to images under any projects.
* **Project Level Label**: Managed by project administrators under a project and can only be added to the images of the project.
* **Global Label**: Managed by Harbor system administrators and used to manage the images of the whole system. They can be added to images under any projects.
* **Project Label**: Managed by project administrators under a project and can only be added to the images of the project.
## Managing Global Labels
The Harbor system administrators can list, create, update and delete the global level labels under `Administration->Configuration->Labels`:
The Harbor system administrators can list, create, update, and delete the global-level labels under **Administration->Configuration->Labels**:
![manage global level labels](../../../img/manage-global-level-labels.png)
## Managing Project-Level Labels
The project administrators and Harbor system administrators can list, create, update and delete the project level labels under `Labels` tab of the project detail page:
## Managing Project Labels
The project administrators and Harbor system administrators can list, create, update, and delete the project-level labels under **Labels** tab of the project detail page:
![manage project level labels](../../../img/manage-project-level-labels.png)
## Adding and Removing Labels to and from Images
Users who have Harbor system administrator, project administrator or project developer role can click the `ADD LABELS` button to add labels to or remove labels from images. The label list contains both globel level labels(come first) and project level labels:
Users who have Harbor system administrator, project administrator, or project developer role can click the **ADD LABELS** button to add labels to or remove labels from images. The label list contains both globel level labels(come first) and project level labels:
![add labels to images](../../../img/add-labels-to-images.png)