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

feat: Supports image pull secrets #276

Merged

Conversation

lizzzcai
Copy link
Member

@lizzzcai lizzzcai commented Nov 6, 2022

Motivation

fix #214

Modifications

  1. Update servingRuntime CRDs to include imagePullSecrets
  2. pass imagePullSecrets from Configuration and ServingRuntimePodSpec to deployment.Spec.Template and add tests
  3. add docs in Configuration

Result

The user is able to pass imagePullSecrets from configuration and servingRuntime to runtime pod and uses images from the private image registry.

@lizzzcai lizzzcai requested a review from njhill November 6, 2022 18:42
@lizzzcai lizzzcai force-pushed the feat-sr-add-image-pull-secrets-1105 branch from 04afe39 to 0bc36e0 Compare November 6, 2022 19:04
Signed-off-by: Lize Cai <lize.cai@sap.com>
@lizzzcai lizzzcai force-pushed the feat-sr-add-image-pull-secrets-1105 branch from 0bc36e0 to 0033e3e Compare November 6, 2022 19:07
@lizzzcai
Copy link
Member Author

@njhill , could you help to review this PR? thanks.

Copy link
Member

@njhill njhill left a comment

Choose a reason for hiding this comment

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

This looks great, thanks @lizzzcai

@kserve-oss-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lizzzcai, njhill

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

@njhill
Copy link
Member

njhill commented Nov 12, 2022

/lgtm

@kserve-oss-bot kserve-oss-bot merged commit 2d90aad into kserve:main Nov 12, 2022
@lizzzcai lizzzcai deleted the feat-sr-add-image-pull-secrets-1105 branch November 12, 2022 11:07
HumairAK referenced this pull request in HumairAK/modelmesh-serving Nov 30, 2022
#### Motivation
fix opendatahub-io#214 
#### Modifications
1. Update servingRuntime CRDs to include imagePullSecrets
2. pass imagePullSecrets from Configuration and ServingRuntimePodSpec to deployment.Spec.Template and add tests
3. add docs in Configuration
#### Result
The user is able to pass imagePullSecrets from configuration and servingRuntime to runtime pod and uses images from the private image registry.

Signed-off-by: Lize Cai <lize.cai@sap.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.

Support imagePullSecrets in ServingRuntime
3 participants