From 870b9163415e98a066377cdc79235324103d707d Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 23 Mar 2022 08:10:07 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e4e72a..aeef605 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Gitlab kubernetes agent config -* <https://docs.gitlab.com/ee/user/clusters/agent/install/index.html#register-the-agent-with-gitlab> -* <https://docs.gitlab.com/ee/user/clusters/agent/ci_cd_tunnel.html#authorize-the-agent-to-access-your-projects> -* <https://docs.gitlab.com/ee/ci/review_apps/index.html#review-apps-examples> +* [Agent registration](https://docs.gitlab.com/ee/user/clusters/agent/install/index.html#register-the-agent-with-gitlab) +* [Agent authorization](https://docs.gitlab.com/ee/user/clusters/agent/ci_cd_tunnel.html#authorize-the-agent-to-access-your-projects) +* [Review apps](https://docs.gitlab.com/ee/ci/review_apps/index.html#review-apps-examples) +* [gitlab-agent repo and helm chart](https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent) ## Epics @@ -11,5 +12,8 @@ ## Issues +* [Authorization not working](https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/issues/243) + +* [Gitlab Agent Feedback issue](https://gitlab.com/gitlab-org/gitlab/-/issues/342696) * [Docs: Kubernetes contexts from agent not injected into pipeline of projects authorized to use the agent](https://gitlab.com/gitlab-org/gitlab/-/issues/346636) * [KAS CI/CD Tunnel ci_access does not work for projects/groups outside of the group with the agent config project](https://gitlab.com/gitlab-org/gitlab/-/issues/346566) -- GitLab