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
8789939f
Commit
8789939f
authored
Mar 03, 2021
by
Justin Farmiloe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add slash to Omnibus wss: address
parent
a9cda936
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/user/clusters/agent/index.md
doc/user/clusters/agent/index.md
+2
-2
No files found.
doc/user/clusters/agent/index.md
View file @
8789939f
...
...
@@ -281,7 +281,7 @@ example [`resources.yml` file](#example-resourcesyml-file) in the following ways
after you install the
`gitlab-kas`
sub-chart, or enable
`gitlab-kas`
for Omnibus GitLab.
When using the sub-chart, you must set
`wss://kas.host.tld:443`
as
`kas-address`
, where
`host.tld`
is the domain you've setup for your GitLab installation.
When using Omnibus GitLab, you must set
`wss://GitLab.host.tld:443/-/kubernetes-agent`
as
When using Omnibus GitLab, you must set
`wss://GitLab.host.tld:443/-/kubernetes-agent
/
`
as
`kas-address`
, where
`GitLab.host.tld`
is your GitLab hostname.
-
When using the sub-chart, specify the
`ws`
scheme (such as
`ws://kas.host.tld:80`
)
to use an unencrypted WebSockets connection.
...
...
@@ -346,7 +346,7 @@ spec:
-
--token-file=/config/token
-
--kas-address
-
wss://kas.host.tld:443
# change this line for the one below if using Omnibus GitLab
# - wss://gitlab.host.tld:443/-/kubernetes-agent
# - wss://gitlab.host.tld:443/-/kubernetes-agent
/
volumeMounts
:
-
name
:
token-volume
mountPath
:
/config
...
...
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