Skip to content

Commit cb544ab

Browse files
author
arpechenin
committed
- fix plugin diagram
- fix description Signed-off-by: arpechenin <[email protected]>
1 parent 121e003 commit cb544ab

File tree

6 files changed

+1
-67
lines changed

6 files changed

+1
-67
lines changed
12.3 KB
Loading

proposals/separate-standalone-driver/plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ As a result, driver-plugin implementations should merely act as a proxy between
1313
- According to the [configuration](https://argo-workflows.readthedocs.io/en/latest/executor_plugins/#configuration) ARGO_EXECUTOR_PLUGINS should be set to true
1414
- Add additional [workflow RBAC](https://argo-workflows.readthedocs.io/en/latest/http-template/#argo-agent-rbac) for the agent
1515

16-
1. Implement the driver plugin that simply proxies requests from the workflow controller to the kfp-driver-server and back. Check the mock [implementation](src/driver-plugin)
16+
1. Implement the driver plugin that simply proxies requests from the workflow controller to the kfp-driver-server and back.
1717
2. Build the image for the driver plugin.
1818
3. Create the [yaml description](src/driver-plugin/plugin.yaml) of the plugin
1919
4. [Create](https://argo-workflows.readthedocs.io/en/latest/cli/argo_executor-plugin_build/) the configmap by executing ```argo executor-plugin build .``` in the yaml description folder from the step 3

proposals/separate-standalone-driver/src/driver-plugin/Dockerfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

proposals/separate-standalone-driver/src/driver-plugin/main.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

proposals/separate-standalone-driver/src/driver-plugin/plugin.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

proposals/separate-standalone-driver/src/driver-plugin/requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)