-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 openshift-service-ca-operator #306
Conversation
@juanvallejo thanks! it looks OK to me but we'll need the image available for it to work. So this should wait on openshift/release#1569 (and after that @smarterclayton adding it to the mirrors) |
@juanvallejo per @deads2k this should refer to the service-serving-cert-signer images for now. (and also use the operator install manifest from https://github.com/openshift/service-serving-cert-signer/blob/master/install/serving-cert-signer/install.yaml ) |
@juanvallejo I've opened openshift/service-serving-cert-signer#27 to update the manifests for this repo. |
166c7f1
to
4c46c3f
Compare
4c46c3f
to
7c50c27
Compare
config.tf
Outdated
hyperkube = "openshift/origin-node:latest" | ||
kube_core_renderer = "quay.io/coreos/kube-core-renderer-dev:3b6952f5a1ba89bb32dd0630faddeaf2779c9a85" | ||
kube_core_operator = "quay.io/coreos/kube-core-operator-dev:3b6952f5a1ba89bb32dd0630faddeaf2779c9a85" | ||
openshift_service_serving_cert_signer_operator = "openshift/origin-service-serving-cert-signer: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.
this stands out as weird looking.
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.
If the variable name here does not need to match the url then it could be shortened to openshift_service_ca_operator, and we can just update the url to point to origin-service-ca when we are ready to do that.
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.
Renamed to "openshift_service_ca_operator" and "openshift_service_ca_operator_image"
7c50c27
to
4ac4aae
Compare
/lgtm |
4ac4aae
to
29d0426
Compare
/test e2e-aws |
aws e2e test failure appears to be a flake:
|
/lgtm |
/retest |
@juanvallejo testing the installer with this PR does not result in a running service-serving-cert-signer operator, so there is still something missing. |
29d0426
to
0cebf18
Compare
0cebf18
to
3036794
Compare
@juanvallejo confirmed, we have operator:
/lgtm |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: juanvallejo, mrogers950 If they are not already assigned, you can assign the PR to them by writing 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 |
@abhinavdahiya this PR is ready to go. Can it be merged or is there anything blocking it? |
@juanvallejo: PR needs rebase. 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. |
CVO installs /close |
@abhinavdahiya: Closing this PR. In 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. |
cc @deads2k @mrogers950 @abhinavdahiya
Adds the openshift-service-ca-operator to the installer