You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- mc.exe https://github.com/minio/mc install and add its location to the storage_settings_executableLocation setting (appsettings.local.json) including the name itself ! ie `mc.exe` if its in the folder of the running executable (\bin\Debug\net8.0).
24
+
- mc.exe https://github.com/minio/mc install and add its location to the storage_settings_executableLocation setting (appsettings.local.json) including the name itself ! ie `mc.exe` if its in the folder of the running executable (\bin\Debug\net8.0). (for TaskManager)
25
25
26
26
Note. if you already have docker container for Minio Rabbit etc running Stop these.
27
27
@@ -44,6 +44,7 @@ To disable argo authentication run
44
44
]}]'
45
45
46
46
Note. below Im using bash as its my preferred option, But if you to are using bash and your on windows (wsl2) you MUST make sure you windows .kube/config is also pointing to the same K8's cluster, this is because the code running in vs will look in there for the context to write k8's secrets too!
47
+
you can do this by coping the relevent sections from ~/.kube/config to C:\Users\yourname\.kube\config
47
48
48
49
now in a bash window (can be cmd or powershell)
49
50
@@ -73,6 +74,21 @@ from a bash terminal in the root folder of the project
Now assuming your launchSettings in workflow manager has the line
77
93
`"ASPNETCORE_ENVIRONMENT": "Local"`
78
94
AND in taskManager has the line
@@ -181,7 +197,7 @@ You can use Mongo Compass, with connection string `mongodb://root:rootpassword@l
181
197
### now we need an argo template to run.
182
198
navigate to [https://localhost:2746/workflow-templates?namespace=argo](https://localhost:2746/workflow-templates?namespace=argo) proceed passed the warnings about been insecure. (Chrome, click advance and then proceed to destination)
183
199
click on `CREATE NEW WORKFLOW TEMPLATE` button top left.
184
-
set the name to `name: simple-workflow` so it matches the workflow we posted above.
200
+
set the name to `name: simple-workflow`and its namespace to `namespace: argo`so it matches the workflow we posted above.
185
201
then click the `Create` button.
186
202
switch the tab back to [workflows](https://localhost:2746/workflows?limit=50) in the left menu
187
203
@@ -190,7 +206,7 @@ switch the tab back to [workflows](https://localhost:2746/workflows?limit=50) in
190
206
191
207
In the command below replace xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx with the new workflowId from above ie. `9235f5e8-9ad2-44d2-8b41-2c1e4d2464c6`
0 commit comments