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
c8fa9047
Commit
c8fa9047
authored
Aug 30, 2018
by
Thong Kuah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation for RBAC experiment support for GitLab Managed Apps
parent
bf0179b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
doc/user/project/clusters/index.md
doc/user/project/clusters/index.md
+36
-0
No files found.
doc/user/project/clusters/index.md
View file @
c8fa9047
...
...
@@ -130,6 +130,42 @@ The newer [RBAC](https://kubernetes.io/docs/admin/authorization/rbac/)
authorization will be supported in a
[
future release
](
https://gitlab.com/gitlab-org/gitlab-ce/issues/29398
)
.
### Role-based access control (RBAC) experimental support
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21401) in GitLab 11.3.
Experimental support for RBAC-enabled clusters is currently hidden behind a feature flag. Once
you have enabled the feature flag, GitLab will now be configured to
create the necessary service accounts and privilleges in order to
install and run
[
GitLab Managed Applications
](
#installing-applications
)
.
You can enable the feature flag from a Rails console:
```
ruby
Feature
.
enable
(
'rbac_clusters'
)
```
If you are
[
adding an existing Kubernetes
cluster
](
#adding-an-existing-kubernetes-cluster
)
, you will be asked if
the cluster you are adding is a RBAC-enabled cluster. Enabling this
setting will create a
`tiller`
service account in the
`gitlab-managed-apps`
namespace when you install Helm Tiller into your cluster.
This service account will be added to the installed Helm Tiller
and will be used by Helm to install and run
[
GitLab Managed
Applications
](
#installing-applications
)
.
The
`tiller`
service account will have cluster-wide access (
`cluster-admin`
clusterrole).
If you are creating a
[
new GKE cluster via
GitLab
](
#adding-and-creating-a-new-gke-cluster-via-gitlab
)
, GitLab will
automatically create an RBAC-enabled cluster. A
`tiller`
service account
will be created as well and added to Helm Tiller.
NOTE:
**Note:**
Auto DevOps will not successfully complete in cluster that only has RBAC
authorization enabled. RBAC support for Auto DevOps is planned in a
[
future release
](
https://gitlab.com/gitlab-org/gitlab-ce/issues/44597
)
.
### Security of GitLab Runners
GitLab Runners have the
[
privileged mode
](
https://docs.gitlab.com/runner/executors/docker.html#the-privileged-mode
)
...
...
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