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
040ecfc1
Commit
040ecfc1
authored
Oct 21, 2020
by
Kenny Johnston
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify between Kubernetes Agent Server and Kubernetes Agent in docs
parent
bdb3fae2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/user/clusters/agent/index.md
doc/user/clusters/agent/index.md
+4
-4
No files found.
doc/user/clusters/agent/index.md
View file @
040ecfc1
...
@@ -66,16 +66,16 @@ The setup process involves a few steps to enable GitOps deployments:
...
@@ -66,16 +66,16 @@ The setup process involves a few steps to enable GitOps deployments:
1.
Installing the Agent into the cluster.
1.
Installing the Agent into the cluster.
1.
Creating a
`manifest.yaml`
.
1.
Creating a
`manifest.yaml`
.
### Install the
Agent s
erver
### Install the
Kubernetes Agent S
erver
The GitLab Kubernetes Agent can be deployed using
[
Omnibus
The GitLab Kubernetes Agent
Server (KAS)
can be deployed using
[
Omnibus
GitLab
](
https://docs.gitlab.com/omnibus/
)
or the
[
GitLab
GitLab
](
https://docs.gitlab.com/omnibus/
)
or the
[
GitLab
chart
](
https://gitlab.com/gitlab-org/charts/gitlab
)
. If you don't already have
chart
](
https://gitlab.com/gitlab-org/charts/gitlab
)
. If you don't already have
GitLab installed, please refer to our
[
installation
GitLab installed, please refer to our
[
installation
documentation
](
https://docs.gitlab.com/ee/install/README.html
)
.
documentation
](
https://docs.gitlab.com/ee/install/README.html
)
.
NOTE:
**Note:**
NOTE:
**Note:**
GitLab plans to include the
Agent
on
[
GitLab.com
](
https://gitlab.com/groups/gitlab-org/-/epics/3834
)
.
GitLab plans to include the
KAS
on
[
GitLab.com
](
https://gitlab.com/groups/gitlab-org/-/epics/3834
)
.
When using the
[
Omnibus GitLab
](
https://docs.gitlab.com/omnibus/
)
package:
When using the
[
Omnibus GitLab
](
https://docs.gitlab.com/omnibus/
)
package:
...
@@ -89,7 +89,7 @@ gitlab_kas['enable'] = true
...
@@ -89,7 +89,7 @@ gitlab_kas['enable'] = true
When installing or upgrading the GitLab Helm chart, consider the following Helm 2 example.
When installing or upgrading the GitLab Helm chart, consider the following Helm 2 example.
(If you're using Helm 3, you must modify this example.) You must set
`global.kas.enabled=true`
(If you're using Helm 3, you must modify this example.) You must set
`global.kas.enabled=true`
for the
Agent
to be properly installed and configured:
for the
KAS
to be properly installed and configured:
```
shell
```
shell
helm repo update
helm repo update
...
...
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