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
bad48b1c
Commit
bad48b1c
authored
Oct 30, 2018
by
Jason Colyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added periods and modified numbering
parent
742a9c83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/user/project/clusters/index.md
doc/user/project/clusters/index.md
+4
-4
No files found.
doc/user/project/clusters/index.md
View file @
bad48b1c
...
...
@@ -115,11 +115,11 @@ to install some [pre-defined applications](#installing-applications).
To determine the:
-
API URL, run
`kubectl cluster-info | grep 'Kubernetes master' | awk '/http/ {print $NF}'`
-
API URL, run
`kubectl cluster-info | grep 'Kubernetes master' | awk '/http/ {print $NF}'`
.
-
Token:
1.
List the secrets by running
`kubectl get secrets`
. Note the name of the secret you need the token for.
2.
Get the token for the noted secret by running
`kubectl get secret <SECRET_NAME> -o jsonpath="{['data']['token']}" | base64 -D`
-
CA
Certificate, run
`kubectl get secret <secret name> -o jsonpath="{['data']['ca\.crt']}" | base64 -D`
1.
List the secrets by running
:
`kubectl get secrets`
. Note the name of the secret you need the token for.
1.
Get the token for the appropriate secret by running:
`kubectl get secret <SECRET_NAME> -o jsonpath="{['data']['token']}" | base64 -D`
.
-
CA
certificate, run
`kubectl get secret <secret name> -o jsonpath="{['data']['ca\.crt']}" | base64 -D`
.
## Security implications
...
...
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