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
9220c670
Commit
9220c670
authored
Apr 19, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
bcc737bb
d0abcc1a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
23 deletions
+23
-23
app/assets/stylesheets/pages/diff.scss
app/assets/stylesheets/pages/diff.scss
+2
-2
doc/user/profile/account/delete_account.md
doc/user/profile/account/delete_account.md
+1
-1
doc/user/project/clusters/index.md
doc/user/project/clusters/index.md
+20
-20
No files found.
app/assets/stylesheets/pages/diff.scss
View file @
9220c670
...
...
@@ -431,9 +431,9 @@ table.code {
&
.diff-line-num
{
user-select
:
none
;
margin
:
0
;
border
:
0
;
padding
:
0
10px
0
5px
;
border-right
:
1px
solid
;
border-right-width
:
1px
;
border-right-style
:
solid
;
text-align
:
right
;
width
:
50px
;
position
:
relative
;
...
...
doc/user/profile/account/delete_account.md
View file @
9220c670
...
...
@@ -14,7 +14,7 @@ Deleting a user will delete all projects in that user namespace.
[
GitLab 9.1
][
ce-10273
]
, and from the API in
[
GitLab 9.3
][
ce-11853
]
.
When a user account is deleted, not all associated records are deleted with it.
Here's a list of things that will
not
be deleted:
Here's a list of things that will
**not**
be deleted:
-
Issues that the user created
-
Merge requests that the user created
...
...
doc/user/project/clusters/index.md
View file @
9220c670
...
...
@@ -124,26 +124,26 @@ To add an existing Kubernetes cluster to your project:
1. Create a file called `gitlab-admin-service-account.yaml` with contents:
```yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: gitlab-admin
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: gitlab-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: gitlab-admin
namespace: kube-system
```
```yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: gitlab-admin
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: gitlab-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: gitlab-admin
namespace: kube-system
```
1. Apply the service account and cluster role binding to your cluster:
...
...
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