forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/bug-report: Reduce k8s API calls via "get" not "describe" (isti…
…o#47918) * tools/bug-report: Reduce k8s API calls via "get" not "describe" Signed-off-by: Tony Allen <tony@allen.gg> * release note Signed-off-by: Tony Allen <tony@allen.gg> * john comment Signed-off-by: Tony Allen <tony@allen.gg> --------- Signed-off-by: Tony Allen <tony@allen.gg>
- Loading branch information
Showing
3 changed files
with
57 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
apiVersion: release-notes/v2 | ||
|
||
# This YAML file describes the format for specifying a release notes entry for Istio. | ||
# This should be filled in for all user facing changes. | ||
|
||
# kind describes the type of change that this represents. | ||
# Valid Values are: | ||
# - bug-fix -- Used to specify that this change represents a bug fix. | ||
# - security-fix -- Used to specify that this change represents a vulnerability fix. | ||
# - feature -- Used to specify a new feature that has been added. | ||
# - test -- Used to describe additional testing added. This file is optional for | ||
# tests, but included for completeness. | ||
kind: feature | ||
|
||
# area describes the area that this change affects. | ||
# Valid values are: | ||
# - traffic-management | ||
# - security | ||
# - telemetry | ||
# - installation | ||
# - istioctl | ||
# - documentation | ||
area: istioctl | ||
|
||
# releaseNotes is a markdown listing of any user facing changes. This will appear in the | ||
# release notes. | ||
releaseNotes: | ||
- | | ||
**Improved** bug-report performance by reducing the amount of calls to the k8s API. The pod/node details included in the report will look different, but contain the same information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters