Skip to content

Commit 4e437fa

Browse files
Dave Syertrisberg
authored andcommitted
Add note on how to create a cluster role binding
1 parent b86c73d commit 4e437fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Development-Helm-install.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ This works well for development purposes and it can be installed together with t
4242
All riff components willbe deployed into a `riff-system` namespace.
4343
Any functions that are developed can be deployed into any other namespace including the `default` namespace.
4444

45+
On GKE you probably need to create an admin role:
46+
47+
[source, bash]
48+
----
49+
kubectl create clusterrolebinding admin --clusterrole cluster-admin --serviceaccount=kube-system:default
50+
----
51+
4552
To create the `riff-system` namespace run:
4653

4754
[source, bash]

0 commit comments

Comments
 (0)