-
Notifications
You must be signed in to change notification settings - Fork 173
Update tekton #2934
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
Update tekton #2934
Conversation
Signed-off-by: Matej Vašek <[email protected]>
Signed-off-by: Matej Vašek <[email protected]>
Signed-off-by: Matej Vašek <[email protected]>
|
@matejvasek: The label(s) DetailsIn 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-sigs/prow repository. |
|
Skipping CI for Draft Pull Request. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2934 +/- ##
==========================================
+ Coverage 57.14% 60.69% +3.54%
==========================================
Files 130 130
Lines 16604 16604
==========================================
+ Hits 9488 10077 +589
+ Misses 6223 5571 -652
- Partials 893 956 +63
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Matej Vašek <[email protected]>
Signed-off-by: Matej Vašek <[email protected]>
We still need the older rootfull version. This reverts commit 4bc8268.
Signed-off-by: Matej Vašek <[email protected]>
|
PTAL @jrangelramos @gauron99 |
Signed-off-by: Matej Vašek <[email protected]>
Signed-off-by: Matej Vašek <[email protected]>
gauron99
left a comment
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.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gauron99, matejvasek 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 |
|
The tekton need the sa permission to operate the knative resources. The sa is default. |
https://github.com/knative/func/blob/main/hack/allocate.sh#L413 |
Thank you for your reply. It's a solution to bind the role to the default sa. But I’m confused. I’ve already set the service account with the necessary permissions for Knative resources using the func CLI, but I still got the error. For example: |
|
I suspect that |
|
Does deploy with |
|
Please file bug report / feature request. |
Changes