blairdrummond/Manage Kubeflow Pipelines.
Build, deploy and run a Kubeflow Pipeline.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| KUBEFLOW_URL | The endpoint where your Kubeflow UI is running. | yes | — |
| X_AUTH_TOKEN | The X-Auth-Token header | yes | — |
| PIPELINE_CODE_PATH | The full path name including the filename of the python file that describes the pipeline you want to run on Kubeflow. This should be relative to the root of the GitHub repository where the Action is triggered. | — | — |
| PIPELINE_FUNCTION_NAME | The name of the pipeline, this name will be the name of the pipeline in the Kubeflow UI. | — | — |
| EXPERIMENT_NAME | The name of the experiment name within which the kubeflow experiment should run | no | — |
| PIPELINE_NAMESPACE | The namespace in which the pipeline should run | no | — |
| RUN_PIPELINE | Should github action also trigger the pipeline | no | — |
| VERSION_GITHUB_SHA | Should github action also trigger the pipeline | no | — |
Outputs
| name | description |
|---|---|
| WORKFLOW_URL | URL that is a link to pipeline in Kubeflow |