opendatahub-io / model-registry-operator

Apache License 2.0
3 stars 17 forks source link

Align model-registry proxy cmd defaults to template defaults #26

Closed tarilabs closed 10 months ago

tarilabs commented 10 months ago

Describe the bug The model-registry proxy cmd expects defaults to MLMD gRPC on port 8081 The templates in this operator defaults to MLMD gRPC on port 9090: https://github.com/opendatahub-io/model-registry-operator/blob/4c04ff722562949d05ffb40e3b385ce1ab34d661/config/crd/bases/modelregistry.opendatahub.io_modelregistries.yaml#L57 The system does not e2e connects using demo

To Reproduce Steps to reproduce the behavior:

  1. Deploy operator
  2. Deploy MR
  3. unable to use MR

Expected behavior Template should explicit the MLMD gRPC connection so that it accounts for the operator template defaults. Also align to:

Additional context n/a