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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
1fa93c6e
Commit
1fa93c6e
authored
Sep 17, 2018
by
Jason Colyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added info on getting k8s integration for existing cluster
parent
1d925e5c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/user/project/clusters/index.md
doc/user/project/clusters/index.md
+13
-0
No files found.
doc/user/project/clusters/index.md
View file @
1fa93c6e
...
@@ -113,6 +113,19 @@ To add an existing Kubernetes cluster to your project:
...
@@ -113,6 +113,19 @@ To add an existing Kubernetes cluster to your project:
After a couple of minutes, your cluster will be ready to go. You can now proceed
After a couple of minutes, your cluster will be ready to go. You can now proceed
to install some
[
pre-defined applications
](
#installing-applications
)
.
to install some
[
pre-defined applications
](
#installing-applications
)
.
If you need to determine some of the above values, the following should prove helpful:
-
The API URL:
-
You can get this via the command:
`kubectl config view|grep server`
-
The CA Certificate:
-
You can determine the certificate via this command:
`kubectl config view --raw|awk '/certificate-authority-data/ {print $NF}'|base64 -d`
-
The Token:
-
You will first need to determine which secret you need the token for.
-
To list the secrets, run the command:
`kubectl get secrets`
-
Determine which secret you want the token for
-
Run this command to get the token:
`kubectl describe secrets/<SECRET_NAME>|grep ^token`
-
Replace
`<SECRET_NAME>`
with the secret you want the token for
## Security implications
## Security implications
CAUTION:
**Important:**
CAUTION:
**Important:**
...
...
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