forked from opendatahub-io/opendatahub-operator
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support kserve with authorino #13
Draft
bartoszmajsak
wants to merge
16
commits into
service-mesh-integration
Choose a base branch
from
kserve_support
base: service-mesh-integration
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Oct 5, 2023
bartoszmajsak
force-pushed
the
service-mesh-integration
branch
from
October 6, 2023 06:13
5632608
to
7ed09d5
Compare
bartoszmajsak
force-pushed
the
kserve_support
branch
from
October 6, 2023 06:14
cb4bf53
to
7b1ab49
Compare
bartoszmajsak
force-pushed
the
service-mesh-integration
branch
from
October 24, 2023 12:03
290f1b1
to
e0f68b7
Compare
bartoszmajsak
force-pushed
the
kserve_support
branch
from
October 24, 2023 12:09
7b1ab49
to
ad52b5c
Compare
bartoszmajsak
force-pushed
the
service-mesh-integration
branch
4 times, most recently
from
October 26, 2023 11:54
454edb4
to
724837d
Compare
bartoszmajsak
force-pushed
the
kserve_support
branch
3 times, most recently
from
October 30, 2023 14:36
9103314
to
0c066c1
Compare
bartoszmajsak
force-pushed
the
service-mesh-integration
branch
from
October 31, 2023 09:19
c87c6e1
to
d7f2a69
Compare
bartoszmajsak
force-pushed
the
kserve_support
branch
from
October 31, 2023 10:46
0c066c1
to
1c327ba
Compare
* Activate extauth for grpc traffic * Set host on requests from activator to trigger authconfig * Temp Authorization header fix to workaround https://issues.redhat.com/browse/OSSM-4873 Related to: opendatahub-io#614
aslakknutsen
force-pushed
the
kserve_support
branch
from
October 31, 2023 12:33
1c327ba
to
a660c77
Compare
KServe pre-requisites are: * Service Mesh (Istio) * A minimal Control Plane is configured for KServe with only Pilot and default gateways. * An additional knative: ingressgateway is set for the Istio Ingress gateway workload. * Some ports are excluded from envoy to allow for metrics collection and KNative hooks. * Metrics collection is configured for Pilot and the gateways. * Serverless (KNative) * Only serving components are needed from KNative. * For the most part, a typical Serving deployment is configured, with Istio as networking layer. * By default, a self-signed certificate is generated using the OpenShift Ingress domain. Users can provide their own secret with a production ready TLS certificate. Signed-off-by: Edgar Hernández <[email protected]>
* Implement EnsureServerlessAbsent func. * Fix PR feedback. * Revert get_all_manifests.sh Signed-off-by: Edgar Hernández <[email protected]>
bartoszmajsak
force-pushed
the
service-mesh-integration
branch
from
November 7, 2023 17:20
c111a36
to
a5e534d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rebased #12 with integration bits for KServe in the right places.