Skip to content
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

Allow InferenceService url scheme to be configurable #2202

Merged
merged 3 commits into from
Jun 4, 2022

Conversation

markwinter
Copy link
Member

@markwinter markwinter commented May 27, 2022

What this PR does / why we need it:

This allows the URL scheme to be configurable in the inferenceservice-config configmap.

We have a wildcard certificate in the istio gateway to allow https traffic. We would like this to be reflected in the isvc url so users know they can use https.

Type of changes
Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Feature/Issue validation/testing:

Please describe the tests that you ran to verify your changes and relevent result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.

  • Test A

  • Test B

  • Logs

Checklist:

  • Have you added unit/e2e tests that prove your fix is effective or that this feature works?
  • Has code been commented, particularly in hard-to-understand areas?
  • Have you made corresponding changes to the documentation?

Release note:

add `urlScheme` to the inference service configmap which by default is set to http

Signed-off-by: Mark Winter <mark.winter@navercorp.com>
Copy link
Member

@pvaneck pvaneck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @markwinter. I think this looks good and will be useful. Do you mind rebasing or merging master into your branch to get the latest e2e changes. Recently e2e tests were switched to github actions so want to ensure those run for this PR.

@yuzisun
Copy link
Member

yuzisun commented Jun 4, 2022

This is quite useful, thanks @markwinter !

/lgtm
/approve

@kserve-oss-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: markwinter, yuzisun

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kserve-oss-bot kserve-oss-bot merged commit 020c147 into kserve:master Jun 4, 2022
@markwinter markwinter deleted the schema-config branch June 4, 2022 02:58
alexagriffith pushed a commit to alexagriffith/kserve that referenced this pull request Sep 19, 2022
Signed-off-by: Mark Winter <mark.winter@navercorp.com>
Signed-off-by: alexagriffith <agriffith96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants