Skip to content
代码片段 群组 项目
提交 0699a0b5 编辑于 作者: Pedro Pombeiro's avatar Pedro Pombeiro 提交者: Fiona Neill
浏览文件

Document known issue regarding runner token rotation

Changelog: changed
上级 a58472a6
No related branches found
No related tags found
无相关合并请求
......@@ -202,5 +202,22 @@ you can set it to any string - it will be ignored when `runner-token` is present
## Known issues
- When you use the new registration workflow to register your runners with the Helm chart, the pod name is not visible
in the runner details page. For more information, see [issue 423523](https://gitlab.com/gitlab-org/gitlab/-/issues/423523).
### Pod name is not visible in runner details page
When you use the new registration workflow to register your runners with the Helm chart, the pod name is not visible
in the runner details page.
For more information, see [issue 423523](https://gitlab.com/gitlab-org/gitlab/-/issues/423523).
### Runner authentication token does not update when rotated
When you use the new registration workflow to register your runners with the GitLab Operator,
the runner authentication token referenced by the Custom Resource Definition does not update when the token is rotated.
This occurs when:
- You're using a runner authentication token (prefixed with `glrt-`) in a secret
[referenced by a Custom Resource Definition](https://docs.gitlab.com/runner/install/operator.html#install-gitlab-runner).
- The runner authentication token is due to expire.
For more information about runner authentication token expiration,
see [Authentication token security](configure_runners.md#authentication-token-security).
For more information, see [issue 186](https://gitlab.com/gitlab-org/gl-openshift/gitlab-runner-operator/-/issues/186).
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册