We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86c73d commit 4e437faCopy full SHA for 4e437fa
Development-Helm-install.adoc
@@ -42,6 +42,13 @@ This works well for development purposes and it can be installed together with t
42
All riff components willbe deployed into a `riff-system` namespace.
43
Any functions that are developed can be deployed into any other namespace including the `default` namespace.
44
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
52
To create the `riff-system` namespace run:
53
54
[source, bash]
0 commit comments