Skip to content
Snippets Groups Projects
Verified Commit 2f64d7ef authored by Darren Eastman's avatar Darren Eastman Committed by GitLab
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent eef9eac0
No related branches found
No related tags found
2 merge requests!162233Draft: Script to update Topology Service Gem,!153332Add note on using the runnerRegistrationtoken field with GitLab 17
......@@ -175,6 +175,8 @@ runUntagged: true
protected: true
```
The replacement field for the invalid `runnerRegistrationToken` field is the `runnerToken` field. In the context of the GitLab Runner on Kubernetes, Helm deploy passes the runner `authentication token` to the runner worker pod and the runner configuration is created. If you continue to use the `runnerRegistrationToken` token field on Kubernetes hosted runners attached to GitLab.com, then the runner worker pod tries, on creation, to use the Registration API method that is no longer supported as of GitLab 17.0.
If you store the runner authentication token in `secrets`, you must also modify them.
In the legacy runner registration workflow, fields were specified with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment