Commit 6b946923 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'Clean-Up-Vale-Admin-Rule-(user/packages/container_registry/index)' into 'master'

Clean up Vale admin rule for Container registry doc

See merge request gitlab-org/gitlab!70857
parents 32ba572c ba11366e
...@@ -648,7 +648,11 @@ For self-managed instances, those settings can be updated in the [Rails console] ...@@ -648,7 +648,11 @@ For self-managed instances, those settings can be updated in the [Rails console]
ApplicationSetting.last.update(container_registry_expiration_policies_worker_capacity: 3) ApplicationSetting.last.update(container_registry_expiration_policies_worker_capacity: 3)
``` ```
Alternatively, once the limits are [enabled](#enable-or-disable-cleanup-policy-limits), they are available in the [admin area](../../admin_area/index.md) **Settings > CI/CD > Container Registry**. Alternatively, once the limits are [enabled](#enable-or-disable-cleanup-policy-limits),
they are available in the [administrator area](../../admin_area/index.md):
1. On the top bar, select **Menu > Admin**.
1. Go to **Settings > CI/CD > Container Registry**.
#### Enable or disable cleanup policy limits #### Enable or disable cleanup policy limits
...@@ -902,7 +906,7 @@ these steps: ...@@ -902,7 +906,7 @@ these steps:
while read -r LINE || [[ -n $LINE ]]; do echo ${LINE}; curl --request DELETE --header 'PRIVATE-TOKEN: <PAT>' "https://gitlab.example.com/api/v4/projects/<Project_id>/registry/repositories/<container_repo_id>/tags/${LINE}"; sleep 0.1; echo; done < list_o_tags.out > delete.logs while read -r LINE || [[ -n $LINE ]]; do echo ${LINE}; curl --request DELETE --header 'PRIVATE-TOKEN: <PAT>' "https://gitlab.example.com/api/v4/projects/<Project_id>/registry/repositories/<container_repo_id>/tags/${LINE}"; sleep 0.1; echo; done < list_o_tags.out > delete.logs
``` ```
### Troubleshoot as a GitLab server admin ### Troubleshoot as a GitLab server administrator
Troubleshooting the GitLab Container Registry, most of the times, requires Troubleshooting the GitLab Container Registry, most of the times, requires
you to log in to GitLab server with the Administrator role. you to log in to GitLab server with the Administrator role.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment