-
Notifications
You must be signed in to change notification settings - Fork 263
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
Removing deprecated flags #1498
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.
@vyasgun: 0 warnings.
In response to this:
Description
Removing the deprecated flags from kn command.
Changes
Removed the following flags:
- min-scale
- max-scale
- limits-cpu
- limits-memory
- requests-cpu
- requests-memory
- plugins.path-lookup
Reference
Fixes #1491
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 Report
@@ Coverage Diff @@
## main #1498 +/- ##
==========================================
+ Coverage 79.05% 79.40% +0.35%
==========================================
Files 162 162
Lines 8454 8499 +45
==========================================
+ Hits 6683 6749 +66
+ Misses 1085 1070 -15
+ Partials 686 680 -6
Continue to review full report at Codecov.
|
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.
With removal of the flag --lookup-plugins
, the related e2e tests using the flag need to removed as well.
541fb61
to
e4253d0
Compare
The following is the coverage report on the affected files.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, vyasgun 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 |
Description
Removing the deprecated flags from kn command.
Changes
Removed the following flags:
Reference
Fixes #1491