File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,28 @@ Currently supported resource types:
10
10
* Secrets
11
11
12
12
# Install
13
- Download the kubectl-tbac binary and place it in your $PATH.
13
+ Download the kubectl-tbac binary from [ releases] ( https://github.com/Bisnode/kubectl-tbac/releases )
14
+ Place binary in directory for example kubectl-tbac
15
+
16
+ ### For MacOS/Linux:
17
+
18
+ You can add it to your $PATH in ~ /.bash_profile or ~ /.profile
19
+
20
+ ```
21
+ export KUBECTL_TBAC="$HOME/kubectl-tbac"
22
+ PATH=$PATH:$KUBECTL_TBAC
23
+ export PATH
24
+ ```
25
+
26
+ reload: source ~ /.bash_profile
27
+
28
+ ### For Windows:
29
+
30
+ Add system variable KUBECTL_TBAC with path to kubectl-tbac directory containing binary
31
+ Add to Path %KUBECTL_TBAC%
32
+
33
+ ### Test it:
34
+
14
35
Once in your $PATH you can start using ` kubectl tbac ` .
15
36
16
37
# Build
You can’t perform that action at this time.
0 commit comments