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
10d21465
Commit
10d21465
authored
Jun 26, 2020
by
Hordur Freyr Yngvason
Committed by
Evan Read
Jun 26, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs for Helm app for local Tiller
parent
1c6d5484
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
doc/user/clusters/applications.md
doc/user/clusters/applications.md
+32
-0
No files found.
doc/user/clusters/applications.md
View file @
10d21465
...
...
@@ -71,17 +71,49 @@ can lead to confusion during deployments.
> - Introduced in GitLab 10.2 for project-level clusters.
> - Introduced in GitLab 11.6 for group-level clusters.
> - A local Tiller option was introduced in GitLab 13.2 behind a feature flag, disabled by default.
> - The feature flag for local Tiller is enabled on GitLab.com.
[
Helm
](
https://helm.sh/docs/
)
is a package manager for Kubernetes and is
required to install all the other applications. It is installed in its
own pod inside the cluster which can run the
`helm`
CLI in a safe
environment.
The
[
Tiller
](
https://v2.helm.sh/docs/glossary/#tiller
)
server used by Helm is
installed into the
`gitlab-managed-apps`
namespace, but this is changing to
instead use a
*local Tiller*
server. It can be enabled or disabled using the
`managed_apps_local_tiller`
feature flag. When the local Tiller feature is
enabled, the Helm application does not need to be installed and will not be
shown in the list of applications.
NOTE:
**Note:**
Installing Helm as a GitLab-managed App behind a proxy is not supported,
but a
[
workaround
](
../../topics/autodevops/index.md#installing-helm-behind-a-proxy
)
is available.
### Enable or disable local Tiller **(CORE ONLY)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/209736) in GitLab 13.2
Local Tiller is under development, but is ready for production use. It is
deployed behind a feature flag that is
**disabled by default**
.
[
GitLab administrators with access to the GitLab Rails console
](
../../administration/feature_flags.md
)
can enable it for your instance.
To enable it:
```
ruby
# Instance-wide
Feature
.
enable
(
:managed_apps_local_tiller
)
```
To disable it:
```
ruby
# Instance-wide
Feature
.
disable
(
:managed_apps_local_tiller
)
```
### cert-manager
> Introduced in GitLab 11.6 for project- and group-level clusters.
...
...
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