Skip to content

Commit 2bc6283

Browse files
committed
Update
Signed-off-by: Alyssa Goins <agoins@redhat.com>
1 parent 47681fa commit 2bc6283

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

content/en/docs/components/pipelines/user-guides/core-functions/mlflow-plugin.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,20 @@ As described directly above, these parameters and metrics are available through
2020
## Configuring your KFP MLflow Plugin
2121
Pre-requisite: K8s cluster
2222
1. Following the official [MLflow Kubeflow Integration documentation](https://github.com/kubeflow/mlflow-integration) to configure your MLflow deployment.
23-
1. Install the MLflow operator (link) on your cluster.
2423
2. Configure your API config.json file with the following
2524
```json
2625
"plugins": {
2726
"mlflow": {
28-
"endpoint": "https://mlflow.opendatahub.svc.cluster.local:8443",
29-
"timeout": "60s",
27+
"endpoint": "https://<cluster-address>:8443",
28+
"timeout": "<time in seconds>",
3029
"tls": {
3130
"insecureSkipVerify": false,
32-
"caBundlePath": "/etc/mlflow-tracking-ca/ca.crt"
31+
"caBundlePath": "<MLflow ca cert path>"
3332
},
3433
"settings": {
3534
"workspacesEnabled": true
3635
}
3736
}
3837
}
3938
```
40-
3. Refer to the following documentation for deploying KFP here (add link)
39+
KFP runs will automatically be logged to the MLflow experiment specified in the API config.json file.

0 commit comments

Comments
 (0)