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
132caf77
Commit
132caf77
authored
Oct 19, 2021
by
Marcia Ramos
Committed by
Craig Norris
Oct 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Refactor K8s Agent doc
parent
40da3788
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
430 additions
and
383 deletions
+430
-383
doc/administration/clusters/kas.md
doc/administration/clusters/kas.md
+1
-1
doc/user/application_security/policies/index.md
doc/user/application_security/policies/index.md
+1
-1
doc/user/clusters/agent/ci_cd_tunnel.md
doc/user/clusters/agent/ci_cd_tunnel.md
+4
-4
doc/user/clusters/agent/index.md
doc/user/clusters/agent/index.md
+61
-377
doc/user/clusters/agent/install/index.md
doc/user/clusters/agent/install/index.md
+363
-0
No files found.
doc/administration/clusters/kas.md
View file @
132caf77
...
@@ -10,7 +10,7 @@ The Kubernetes Agent Server (KAS) is a GitLab backend service dedicated to
...
@@ -10,7 +10,7 @@ The Kubernetes Agent Server (KAS) is a GitLab backend service dedicated to
managing
[
Kubernetes Agents
](
../../user/clusters/agent/index.md
)
.
managing
[
Kubernetes Agents
](
../../user/clusters/agent/index.md
)
.
The KAS is already installed and available in GitLab.com under
`wss://kas.gitlab.com`
.
The KAS is already installed and available in GitLab.com under
`wss://kas.gitlab.com`
.
See
[
how to use GitLab.com's KAS
](
../../user/clusters/agent/index.md#set-up-the-kubernetes-agent-server
)
.
See
[
how to use GitLab.com's KAS
](
../../user/clusters/agent/in
stall/in
dex.md#set-up-the-kubernetes-agent-server
)
.
This document describes how to install a KAS for GitLab self-managed instances.
This document describes how to install a KAS for GitLab self-managed instances.
## Installation options
## Installation options
...
...
doc/user/application_security/policies/index.md
View file @
132caf77
...
@@ -159,7 +159,7 @@ at the bottom of the editor.
...
@@ -159,7 +159,7 @@ at the bottom of the editor.
You can use policy alerts to track your policy's impact. Alerts are only available if you've
You can use policy alerts to track your policy's impact. Alerts are only available if you've
[
installed
](
../../clusters/agent/repository.md
)
[
installed
](
../../clusters/agent/repository.md
)
and
[
configured
](
../../clusters/agent/index.md#create-an-agent-record-in-gitlab
)
and
[
configured
](
../../clusters/agent/in
stall/in
dex.md#create-an-agent-record-in-gitlab
)
a Kubernetes Agent for this project.
a Kubernetes Agent for this project.
There are two ways to create policy alerts:
There are two ways to create policy alerts:
...
...
doc/user/clusters/agent/ci_cd_tunnel.md
View file @
132caf77
...
@@ -21,11 +21,11 @@ Only CI/CD jobs set in the configuration project can access one of the configure
...
@@ -21,11 +21,11 @@ Only CI/CD jobs set in the configuration project can access one of the configure
## Prerequisites
## Prerequisites
-
A running
[
`kas` instance
](
index.md#set-up-the-kubernetes-agent-server
)
.
-
A running
[
`kas` instance
](
in
stall/in
dex.md#set-up-the-kubernetes-agent-server
)
.
-
A
[
configuration repository
](
index.md#define-a-configuration-repository
)
with an Agent config file
-
A
[
configuration repository
](
in
stall/in
dex.md#define-a-configuration-repository
)
with an Agent config file
installed (
`.gitlab/agents/<agent-name>/config.yaml`
).
installed (
`.gitlab/agents/<agent-name>/config.yaml`
).
-
An
[
Agent record
](
index.md#create-an-agent-record-in-gitlab
)
.
-
An
[
Agent record
](
in
stall/in
dex.md#create-an-agent-record-in-gitlab
)
.
-
The Agent
[
installed in the cluster
](
index.md#install-the-agent-into-the-cluster
)
.
-
The Agent
[
installed in the cluster
](
in
stall/in
dex.md#install-the-agent-into-the-cluster
)
.
## Use the CI/CD Tunnel to run Kubernetes commands from GitLab CI/CD
## Use the CI/CD Tunnel to run Kubernetes commands from GitLab CI/CD
...
...
doc/user/clusters/agent/index.md
View file @
132caf77
This diff is collapsed.
Click to expand it.
doc/user/clusters/agent/install/index.md
0 → 100644
View file @
132caf77
This diff is collapsed.
Click to expand it.
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