Open Tomcli opened 3 years ago
I will hard-code a quick fix (1c451fa) to use namespace "mlx"
until I get a chance to add a new variable to the API
@Tomcli -- QQ do we still need to use your custom kfserving component.yaml
here?
It differs only slightly from this one: https://raw.githubusercontent.com/kubeflow/pipelines/master/components/kubeflow/kfserving/component.yaml
@ckadner you can use the official one at https://raw.githubusercontent.com/kubeflow/pipelines/master/components/kubeflow/kfserving/component.yaml
just that some parameter mapping needs to be changed.
Describe the bug Right now the model deployment code template is hard coded to the
anonymous
namespace, we need to make it configurable in order to work in the multi-user environment.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context about the problem here.