Add imagestream for driver-toolkit#60
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dagrayvid 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 |
|
/cc @kpouget |
|
/hold need to add the manifest to the image. |
fcdadd7 to
7315eed
Compare
|
/retest |
| scheduled: true | ||
| from: | ||
| kind: DockerImage | ||
| name: quay.io/openshift/driver-toolkit:v4.0 |
There was a problem hiding this comment.
To make it more obvious that this is just a placeholder for the image-references replacement, I'd consider using example.com/image-reference-placeholder:driver-toolkit or some such, that folks won't mistake as a real pullspec.
There was a problem hiding this comment.
+1, I was going to ask what this :v4.0 was referring to ;-)
|
You have to take a reference to the machine-os image (your operator is dependent on it now) in image-references. |
7315eed to
b012639
Compare
…responding to a release Signed-off-by: David Gray <[email protected]>
b012639 to
464acca
Compare
|
/unhold |
|
thanks for the PR @dagrayvid !! for reference, here is an example of This PR will allow a great simplification of the GPU Operator (WIP) code in charge of handling the DTK DaemonSet during cluster upgrade. See openshift-psap/ci-artifacts#241 and nvidia/gpu-operator#298 for this on-going work. /lgtm |
|
/cherry-pick release-4.9 |
|
@dagrayvid: new pull request created: #64 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This PR adds a manifests/ directory, and a manifest for an imagestream.
The imagestream contains a latest tag, and a tag for the RHCOS version corresponding to a release.
The string
0.0.1-snapshot-machine-oswill be substituted with the RHCOS version in the manifest. The substitution will happen whenoc adm release new ...is run, and the rhcos version is scraped from the machine-os-content.See the
occode for information on how the substitution works. https://github.com/openshift/oc/blob/5d8dfa1c2e8e7469d69d76f21e0a166a0de8663b/pkg/cli/admin/release/image_mapper.go#L328-L334Signed-off-by: David Gray [email protected]