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
7c63e238
Commit
7c63e238
authored
Jan 04, 2021
by
Dmitriy Stoyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix grep command to find kubernetes api URL in documentation
parent
f006fea3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/user/project/clusters/add_remove_clusters.md
doc/user/project/clusters/add_remove_clusters.md
+1
-1
No files found.
doc/user/project/clusters/add_remove_clusters.md
View file @
7c63e238
...
...
@@ -189,7 +189,7 @@ To add a Kubernetes cluster to your project, group, or instance:
Get the API URL by running this command:
```shell
kubectl cluster-info | grep
'Kubernetes master
' | awk '/http/ {print $NF}'
kubectl cluster-info | grep
-E 'Kubernetes master|Kubernetes control plane
' | awk '/http/ {print $NF}'
```
1.
**CA certificate**
(required) - A valid Kubernetes certificate is needed to authenticate to the cluster. We use the certificate created by default.
...
...
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