File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,15 @@ dependency, which are argo workflows.
131
131
> :Warning: Note that we are setting up the authentication method for
132
132
demonstration purposes. You might want to review this for production envs.
133
133
134
+ You need to have some admin permissions so that new deployments can be
135
+ created by Argo Workflows. The following will add them:
136
+
137
+ ``` kubectl create rolebinding default-admin --clusterrole=admin --serviceaccount=monai:default --namespace=monai ```
138
+
139
+ > : WARNING !: This adds admin permissions to all service accounts in the
140
+ monai namespace. This is for demonstration purposes. Be careful with
141
+ this if you want to set up a production environment.
142
+
134
143
Congrats! You have installed all dependencies. It was not difficult
135
144
with helm, right?
136
145
You can’t perform that action at this time.
0 commit comments