Skip to content

Add images config map#28

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Danil-Grigorev:images-config-map
Mar 25, 2021
Merged

Add images config map#28
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Danil-Grigorev:images-config-map

Conversation

@Danil-Grigorev
Copy link
Copy Markdown

Mount config map into CCCMO deployment for correct image version
evaluation on operator startup. Images will be dynamically passed to
operand controllers.

To deploy operator locally you now need to specify a command line argument:

./bin/cluster-controller-manager-operator --images-json=hack/example-images.json

@Danil-Grigorev
Copy link
Copy Markdown
Author

/retest

1 similar comment
@Danil-Grigorev
Copy link
Copy Markdown
Author

/retest

@@ -0,0 +1,11 @@
apiVersion: v1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Do we also need an image-references as we do in MAO to get the images substituted correctly? https://github.com/openshift/machine-api-operator/blob/master/install/image-references

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Yeah, right. I added these lines in the file 👍

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

there is an image-reference below, is that not sufficient?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It is sufficient, but it wasn't there when I reviewed ;)

Mount config map into CCCMO deployment for correct image version
evaluation on operator startup. Images will be dynamically passed to
operand controllers.
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Mar 25, 2021

@Danil-Grigorev: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-aws-upgrade 0f345c6 link /test e2e-aws-upgrade
ci/prow/e2e-aws 0f345c6 link /test e2e-aws

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@Danil-Grigorev
Copy link
Copy Markdown
Author

/retest

Copy link
Copy Markdown
Contributor

@elmiko elmiko left a comment

Choose a reason for hiding this comment

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

this makes sense to me, curious about Joel's comment.

@@ -0,0 +1,11 @@
apiVersion: v1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

there is an image-reference below, is that not sufficient?

Copy link
Copy Markdown
Contributor

@elmiko elmiko left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 25, 2021
@openshift-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: elmiko

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

The pull request process is described here

Details 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

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 25, 2021
@openshift-merge-robot openshift-merge-robot merged commit 268ed18 into openshift:master Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants