-
Notifications
You must be signed in to change notification settings - Fork 87
DEVEXP-515: Leveraging installation pull secrets. #226
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
DEVEXP-515: Leveraging installation pull secrets. #226
Conversation
|
/retest |
This commit updates vendored depes while also adds docker/registry package as we gonna start using NewStaticCredentialStore.
|
/assign @dmage @coreydaley @adambkaplan |
|
/approve |
|
@ricardomaraschini Is there any testing that could be added to verify this new code or is what we already had sufficient? |
FWIW @coreydaley @ricardomaraschini I have a commit for the samples operator that deletes its copying of the install pull secret to the openshift namespace, so as to leverage what this change acoomplishes I could push that to a branch for @ricardomaraschini to leverage if you all would think it would help here. |
| k8s.io/client-go v0.17.0 | ||
| k8s.io/api v0.17.2 | ||
| k8s.io/apimachinery v0.17.2 | ||
| k8s.io/client-go v0.17.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ricardomaraschini why the skew between k8s.io/api and k8s.io/client-go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well, that was not on purpose but I chosen to left it anyways :-) do you want me to revert?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has relation with the library-go update:
https://github.com/openshift/library-go/blob/master/go.mod
I have added an unit test for it, PTAL. |
|
/retest |
|
/retest |
Start to use mounted installation pull secrets during image pullthrough, also removed registryclient package that is now part of library-go.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dmage, ricardomaraschini The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Leveraging cluster installation pull secrets during image pull through.