Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
efa0c975
Commit
efa0c975
authored
Apr 13, 2022
by
DarwinJS
Committed by
Marcia Ramos
Apr 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify subgroup CD authorization for K8s agent
parent
137b20cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
doc/user/clusters/agent/ci_cd_tunnel.md
doc/user/clusters/agent/ci_cd_tunnel.md
+4
-1
No files found.
doc/user/clusters/agent/ci_cd_tunnel.md
View file @
efa0c975
...
@@ -70,6 +70,7 @@ To authorize the agent to access the GitLab project where you keep Kubernetes ma
...
@@ -70,6 +70,7 @@ To authorize the agent to access the GitLab project where you keep Kubernetes ma
```
```
-
The Kubernetes projects must be in the same group hierarchy as the project where the agent's configuration is.
-
The Kubernetes projects must be in the same group hierarchy as the project where the agent's configuration is.
-
You can install additional agents into the same cluster to accommodate additional hierarchies.
-
You can authorize up to 100 projects.
-
You can authorize up to 100 projects.
All CI/CD jobs now include a
`KUBECONFIG`
with contexts for every shared agent connection.
All CI/CD jobs now include a
`KUBECONFIG`
with contexts for every shared agent connection.
...
@@ -92,9 +93,11 @@ To authorize the agent to access all of the GitLab projects in a group or subgro
...
@@ -92,9 +93,11 @@ To authorize the agent to access all of the GitLab projects in a group or subgro
```
```
-
The Kubernetes projects must be in the same group hierarchy as the project where the agent's configuration is.
-
The Kubernetes projects must be in the same group hierarchy as the project where the agent's configuration is.
-
You can install additional agents into the same cluster to accommodate additional hierarchies.
-
All of the subgroups of an authorized group also have access to the same agent (without being specified individually).
-
You can authorize up to 100 groups.
-
You can authorize up to 100 groups.
All the projects that belong to the group are now authorized to access the agent.
All the projects that belong to the group a
nd its subgroups a
re now authorized to access the agent.
All CI/CD jobs now include a
`KUBECONFIG`
with contexts for every shared agent connection.
All CI/CD jobs now include a
`KUBECONFIG`
with contexts for every shared agent connection.
Choose the context to run
`kubectl`
commands from your CI/CD scripts.
Choose the context to run
`kubectl`
commands from your CI/CD scripts.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment