Release v0.3.1
Pre-release
Pre-release
Usage
Installing the plugin is simple.
Ensure that you enabled executor plugins as described in Argo Workflows' documentation.
Copy the URL to the ConfigMap YAML in this release and apply it with kubectl:
kubectl apply -f https://.../wasm-executor-plugin-configmap.yaml
That's all you need to submit a workflow with a Wasm module. Use our example:
kubectl create -f https://raw.githubusercontent.com/Shark/wasm-workflows-plugin/67ae607ec65e1ac93bc1749c5f7a9bde4b673cfd/wasm-modules/examples/ferris-says/workflow.yaml
That's it. ✨
Changelog
✨ Add executor plugin configmap to release
♻️ Add kind dev setup
💄 Quality-of-life improvements for development
♻️ Mark distributed mode as experimental
♻️ Add devcontainer
✨ Add Jupyter notebook for benchmarking calculations
🐛 Fix plugin key in Argo plugin for local mode
♻️ Update benchmark setup