Open ruivieira opened 3 months ago
PR image build and manifest generation completed successfully!
📦 PR image: quay.io/trustyai/trustyai-service-operator-ci:e0e0c7f1b8b191841ba6e4a07427bded5dd57ef4
🗂️ CI manifests
@ruivieira: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/trustyai-service-operator-e2e | e0e0c7f1b8b191841ba6e4a07427bded5dd57ef4 | link | true | /test trustyai-service-operator-e2e |
Full PR test history. Your PR dashboard.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: RobGeada
The full list of commands accepted by this bot can be found here.
PR needs rebase.
This PR adds a new field to the TrustyAI operator configuration
ConfigMap
calledtls
with can be eitherenabled
ordisabled
.tls: enabled
, payload processors will be registered with ModelMesh ashttps
. This is the default value if the configuration key is missing.tls: disabled
, payload processors will be registered ashttp
. This is the opt-in value, only set if explicitly changed on the config map.Two overlays were also updated:
odh
rhoai
tls
disabled
enabled
kServeServerless
enabled
disabled
4.14
registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ab112105ac37352a2a4916a39d6736f5db6ab4c29bad4467de8d613e80e9bb33
This allows for:
odh
: TLS-disabled and KServe integration enabledrhoai
: TLS-enabled and KServe integration disabled and a pinned OAuth proxy image