Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
96f9eb3c
Unverified
Commit
96f9eb3c
authored
Jul 26, 2018
by
Michelle Noorali
Committed by
GitHub
Jul 26, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4371 from michelleN/docs
ref(docs): update docs around rbac
parents
dc939086
30f245c0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
install.md
docs/install.md
+1
-0
rbac.md
docs/rbac.md
+0
-5
No files found.
docs/install.md
View file @
96f9eb3c
...
...
@@ -131,6 +131,7 @@ You can explicitly tell `helm init` to...
-
Install a particular image (version) with
`--tiller-image`
-
Install to a particular cluster with
`--kube-context`
-
Install into a particular namespace with
`--tiller-namespace`
-
Install Tiller with a Service Account with
`--service-account`
(for
[
RBAC enabled clusters
](
securing_installation.md#rbac
)
)
Once Tiller is installed, running
`helm version`
should show you both
the client and server version. (If it shows only the client version,
...
...
docs/rbac.md
View file @
96f9eb3c
...
...
@@ -14,11 +14,6 @@ Once you have satisfied the pre-requisite and have a service account with the co
### Example: Service account with cluster-admin role
```
console
$
kubectl create serviceaccount tiller
--namespace
kube-system
serviceaccount "tiller" created
```
In
`rbac-config.yaml`
:
```
yaml
...
...
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