You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,22 @@ export AWS_ACCESS_KEY_ID=...
29
29
export AWS_SECRET_ACCESS_KEY=...
30
30
```
31
31
32
+
### Service linked roles
33
+
Currently the ec2 instance role does not allow creation of service linked roles. The runner instances is depended on the following two service linked roles:
Currently register a new runner is a manual process. See the GitLab Runner [documentation](https://docs.gitlab.com/runner/register/index.html#docker) for more details.
0 commit comments