Remove the deprecated clustertask command#2523
Conversation
|
/hold |
fe383d8 to
e844439
Compare
8db8b71 to
dd1f8bd
Compare
dd1f8bd to
5189bae
Compare
|
/retest |
|
Seems like the error is the following |
I didn't find the reason of this error but link is accessible |
|
/hold cancel |
5189bae to
4b829b3
Compare
|
/retest |
44d6de4 to
b9a938d
Compare
There was a problem hiding this comment.
This file is entirely deleted, but the documentation indicates that task create is still a valid command in this PR. Were tkn task commands deleted intentionally here or are the docs incorrect?
There was a problem hiding this comment.
hey @aThorp96
i think the task create has only functionality to create task from clustertask. I think we dont need this command now anymore. @pratap0007 can you please fix the doc accordingly. Thanks
There was a problem hiding this comment.
Yes, It has only functionality to create task from clustertask and I update the doc.
|
@aThorp96 @piyush-garg Thanks for review, I have updated and can you please review it again? |
aThorp96
left a comment
There was a problem hiding this comment.
/lgtm
Some non-functional requests/cleanup
test/README.md
Outdated
| ### Prerequisite to run make check and make generated | ||
|
|
||
| Ensure that golangci-lint and yamllint are installed on your development machine. If not then install them following [golangci-lint](https://golangci-lint.run/usage/install/) and [yamllint](https://yamllint.readthedocs.io/en/stable/quickstart.html). | ||
| Ensure that golangci-lint and yamllint are installed on your development machine. If not then install them following [golangci-lint](https://golangci-lint.run/welcome/install/) and yamllint. |
There was a problem hiding this comment.
Any reason we're removing the link to yamllint?
There was a problem hiding this comment.
Markdown build test for URL link in readme was failing and will fix and the link in a separate PR
There was a problem hiding this comment.
After a little searching I believe that error could be due to some combination of three things:
- The tool which tektoncd/plubing uses to lint for dead links, lyche, was marked as deprecated in December of 2020. This should probably be addressed, but separate from this PR of course.
- It's not unheard of for Read The Docs to occasionally serve 403s to CI jobs intermittently in general.
- Given how out of date the linter is, and the exponential rise in AI crawlers (and in turn sites like Read The Docs having to take protective measures against those crawlers), if the linter if failing consistently for this link I suspect there may be scraping-protection preventing the linter from reaching the site.
Given the above, would you object to linking to the yamllint repo, https://github.com/adrienverge/yamllint/, instead or its readthedocs page? There are at least three projects named yamllint and it would be helpful IMO for the documentation to specify which yamllint we use.
There was a problem hiding this comment.
@aThorp96 Thanks a lot for taking a look at it, and I update it.
|
@aThorp96: changing LGTM is restricted to collaborators 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/test-infra repository. |
Clustertask support is deprecated and removed this patch will remove the clustertask support Signed-off-by: Shiv Verma <[email protected]>
|
Thanks @aThorp96 for review, @vinamra28 @piyush-garg @divyansh42 can you please review? |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aThorp96, divyansh42, vinamra28 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 |
Clustertask support is deprecated and removed
this patch will remove the clustertask support
closes: #2485
Changes
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make checkmake generatedSee the contribution guide
for more details.
Release Notes