-
Notifications
You must be signed in to change notification settings - Fork 35
Add rukpak #18
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
Add rukpak #18
Conversation
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Signed-off-by: dtfranz <dfranz@redhat.com>
|
Skipping CI for Draft Pull Request. |
Co-authored-by: Andy Goldstein <andy.goldstein@redhat.com> Signed-off-by: dtfranz <dfranz@redhat.com>
| - name: OPERATOR_CONTROLLER_IMAGE | ||
| value: quay.io/openshift/origin-olm-operator-controller:latest | ||
| - name: RUKPAK_IMAGE | ||
| value: quay.io/openshift/origin-olm-rukpak:latest |
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.
We also need to add an image reference for this image in this file: https://github.com/openshift/cluster-olm-operator/blob/main/manifests/image-references.pending
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.
I have that in my PR #16. We can discuss the order and split up
|
We also need to add the names of all clusterroles and roles that are in the rukpak manifests to this list: cluster-olm-operator/manifests/0000_51_olm_02_operator_clusterrole.yaml Lines 161 to 169 in dfc350a
|
Signed-off-by: dtfranz <dfranz@redhat.com>
| - bundle-reader | ||
| - bundle-uploader | ||
| - core-admin | ||
| - helm-provisioner-admin |
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.
Fine for now, but in upstream, we should make sure these (and all rukpak install objects) are all prefixed with rukpak- IMO.
Signed-off-by: dtfranz <dfranz@redhat.com>
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
Copy the olms CRD from openshift/api into the image so the ClusterVersionOperator will install it. Otherwise, installation will fail because it won't be able to apply the singleton olms instance. Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
We previously only had a toleration for node-role.kubernetes.io/control-plane, but at least in test 4.14 builds on AWS, we're seeing a taint for node-role.kubernetes.io/master. Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
Remove toleration on node-role.kubernetes.io/control-plane. Change node selector to node-role.kubernetes.io/master to match what is currently used in 4.14. Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
|
@dtfranz: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtfranz, joelanford 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 |
Adds rukpak static and deployment controllers, as well as the manifests.
Co-authored by: @ncdc @joelanford