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
Run the following command to update [Katib config](https://www.kubeflow.org/docs/components/katib/user-guides/katib-config/#katib-controller-parameters):
85
83
86
-
Run the following command to update Katib Controller args:
84
+
```bash
85
+
kubectl edit configMap katib-config -n kubeflow
86
+
```
87
+
88
+
For example, to support Workflow Pipelines, add `Workflow.v1alpha1.argoproj.io` in `trialResources`:
89
+
90
+
```bash
91
+
trialResources:
92
+
- Workflow.v1alpha1.argoproj.io
93
+
```
94
+
95
+
After that, you need to restart the Katib controller Pod:
0 commit comments