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
87fd224f
Commit
87fd224f
authored
Jul 31, 2019
by
Evan Read
Committed by
Marcia Ramos
Jul 31, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Help user to know what to do when deploying to cluster
parent
d6a2488a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
doc/user/project/clusters/index.md
doc/user/project/clusters/index.md
+10
-2
No files found.
doc/user/project/clusters/index.md
View file @
87fd224f
...
...
@@ -620,8 +620,16 @@ use an A record. If your external endpoint is a hostname, use a CNAME record.
## Deploying to a Kubernetes cluster
A Kubernetes cluster can be the destination for a deployment job using special
[
deployment variables
](
#deployment-variables
)
.
A Kubernetes cluster can be the destination for a deployment job. If
-
The cluster is integrated with GitLab, special
[
deployment variables
](
#deployment-variables
)
are made available to your job
and configuration is not required. You can immediately begin interacting with
the cluster from your jobs using tools such as
`kubectl`
or
`helm`
.
-
You don't use GitLab's cluster integration you can still deploy to your
cluster. However, you will need configure Kubernetes tools yourself
using
[
environment variables
](
../../../ci/variables/README.md#creating-a-custom-environment-variable
)
before you can interact with the cluster from your jobs.
### Deployment variables
...
...
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