Skip to content

Create Cert-Manager resources#6849

Merged
knative-prow[bot] merged 4 commits intoknative:mainfrom
Rahul-Kumar-prog:Rahulkumar6837
Apr 21, 2023
Merged

Create Cert-Manager resources#6849
knative-prow[bot] merged 4 commits intoknative:mainfrom
Rahul-Kumar-prog:Rahulkumar6837

Conversation

@Rahul-Kumar-prog
Copy link
Contributor

Fixes #6837

Proposed Changes

Pre-review Checklist

  • At least 80% unit test coverage
  • E2E tests for any new behavior
  • Docs PR for any user-facing impact
  • Spec PR for any new API feature
  • Conformance test for any change to the spec

Release Note


Docs

**Images of cert-manager resource (Certificates & Issures test)
Screenshot 2023-04-06 at 11 45 58 PM

@knative-prow knative-prow bot requested review from lionelvillard and matzew April 6, 2023 18:48
@knative-prow knative-prow bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Apr 6, 2023
@knative-prow
Copy link

knative-prow bot commented Apr 6, 2023

Hi @Rahul-Kumar-prog. Thanks for your PR.

I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@codecov
Copy link

codecov bot commented Apr 6, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.49 ⚠️

Comparison is base (f6ca59b) 80.45% compared to head (aaabfba) 79.96%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6849      +/-   ##
==========================================
- Coverage   80.45%   79.96%   -0.49%     
==========================================
  Files         236      237       +1     
  Lines       12213    12354     +141     
==========================================
+ Hits         9826     9879      +53     
- Misses       1896     1981      +85     
- Partials      491      494       +3     

see 8 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@knative-prow
Copy link

knative-prow bot commented Apr 6, 2023

@Rahul-Kumar-prog: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test message.

Details

In response to this:

/ok-to-test

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.

Copy link
Member

@pierDipi pierDipi left a comment

Choose a reason for hiding this comment

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

There are 3 issuers but we only need 1 issuer and indeed the content of the 3 is the same, so we can remove the 3 different issuers and only have 1, called selfsigned-issuer.yaml.

In addition, the original issue describes this:

The Certificate resources and the Issuer should then be bundled in a eventing-tls-networking.yaml artifact during the release

so we need to:

@Rahul-Kumar-prog
Copy link
Contributor Author

@pierDipi i will do this in some time. Last Saturday my mom expired I need sometime please.

@pierDipi
Copy link
Member

Sorry to hear that Rahul, take whatever time you need

Comment on lines +1 to +8
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: selfsigned-issuer
namespace: knative-eventing
spec:
selfSigned: {}

No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

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

aren't these all the same?

I'd potentially also change the name, to be a bit more explicit

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
@knative-prow knative-prow bot added the area/test-and-release Test infrastructure, tests or release label Apr 20, 2023
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
@pierDipi
Copy link
Member

/ok-to-test

I updated the PR with some minor changes to unblock iteration 2 Eventing TLS (view)

@knative-prow knative-prow bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Apr 20, 2023
@pierDipi
Copy link
Member

@matzew @gab-satchi @vishal-chdhry would you mind reviewing this PR?

@pierDipi
Copy link
Member

/cc @matzew @gab-satchi @vishal-chdhry

@knative-prow knative-prow bot requested review from gab-satchi and matzew April 20, 2023 10:34
@knative-prow
Copy link

knative-prow bot commented Apr 20, 2023

@pierDipi: GitHub didn't allow me to request PR reviews from the following users: Vishal-Chdhry.

Note that only knative members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

/cc @matzew @gab-satchi @vishal-chdhry

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.

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Apr 20, 2023
@pierDipi
Copy link
Member

/approve

@knative-prow
Copy link

knative-prow bot commented Apr 21, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gab-satchi, pierDipi, Rahul-Kumar-prog

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

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 21, 2023
@knative-prow knative-prow bot merged commit 825a2b5 into knative:main Apr 21, 2023
vishal-chdhry pushed a commit to vishal-chdhry/eventing that referenced this pull request Apr 26, 2023
Fixes knative#6837 

<!-- Please include the 'why' behind your changes if no issue exists -->

## Proposed Changes

<!-- Please categorize your changes:
- 🎁 Add new feature
- 🐛 Fix bug
- 🧹 Update or clean up current behavior
- 🗑️ Remove feature or internal logic
-->

-
-
-

### Pre-review Checklist

<!-- If these boxes are not checked, you will be asked to complete these
requirements or explain why they do not apply to your PR. -->

- [ ] **At least 80% unit test coverage**
- [ ] **E2E tests** for any new behavior
- [ ] **Docs PR** for any user-facing impact
- [ ] **Spec PR** for any new API feature
- [ ] **Conformance test** for any change to the spec

**Release Note**

<!--
📄 If this change has user-visible impact, write a release
note in the block
below. Include the string "action required" if additional action is
required of
users switching to the new release, for example in case of a breaking
change.

Write as if you are speaking to users, not other Knative contributors.
If this
change has no user-visible impact, no release note is needed.
-->

```release-note

```


**Docs**

<!--
📖 If this change has user-visible impact, link to an issue or PR in
https://github.com/knative/docs.
-->

**Images of cert-manager resource (Certificates & Issures test)
![Screenshot 2023-04-06 at 11 45 58
PM](https://user-images.githubusercontent.com/68837569/230468139-0e67788b-622a-44d2-8d60-d30078b1e56e.png)

---------

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
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. area/test-and-release Test infrastructure, tests or release lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Eventing TLS: Create Cert-Manager resources

4 participants