-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Reconciler for Knative Certificate #3475
Reconciler for Knative Certificate #3475
Conversation
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.
@ZhiminXiang: 2 warnings.
In response to this:
Fixes #
#3051Proposed Changes
- Implement the reconciler for
Knative Certificate
which essentially reconcilesCert-Manager Certificate
to request TLS certificates.- Add a ConfigMap
config-certmanager
to configure theCert-Manager Certificate
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.
/test pull-knative-serving-upgrade-tests |
pkg/reconciler/v1alpha1/certificate/config/cert_manager_test.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/v1alpha1/certificate/config/cert_manager_test.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/v1alpha1/certificate/resources/cert_manager_certificate_test.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/v1alpha1/certificate/resources/cert_manager_certificate_test.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/v1alpha1/certificate/resources/cert_manager_certificate_test.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/v1alpha1/certificate/resources/cert_manager_certificate_test.go
Outdated
Show resolved
Hide resolved
/test pull-knative-serving-integration-tests |
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.
/hold
Couple comments, but looking good. Can we stage the docs PR on how to install cert-manager
before we land this?
@ZhiminXiang Once this lands, our release yaml will contain bits expecting |
The docs PR knative/docs#1281 is ready for review. |
🎉 This makes me super happy! cc @csantanapr |
/lgtm We need the docs PR to go in, but I want this to get some bake time. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattmoor, ZhiminXiang 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 |
@mattmoor you have a hold on this PR, you want to merge it? |
/hold cancel Oops, thanks @csantanapr |
/test pull-knative-serving-upgrade-tests |
/retest |
1 similar comment
/retest |
The following is the coverage report on pkg/.
|
Fixes #
#3051
Proposed Changes
Knative Certificate
which essentially reconcilesCert-Manager Certificate
to request TLS certificates.config-certmanager
to configure theCert-Manager Certificate