Update dependency kubernetes-sigs/metrics-server to v0.6.0 #264
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.5.2
->v0.6.0
Release Notes
kubernetes-sigs/metrics-server
v0.6.0
Compare Source
Installation
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.6.0/components.yaml
Changes since v0.5.0
Breaking changes
nodes/metrics
RBAC resource instead ofnodes/stats
. No changes needed if you use official manifests, however please update RBAC resources if you just use Metrics Server image with custom manifests.Improvements
Migrate to Kubelet resource metrics endpoint (@yangjunmyfm192085)
Add high availability configuration (@dgrisonnet)
Update golang used in metrics-server to 1.17 (@yangjunmyfm192085)
Add Helm chart (@stevehipwell )
Add helm chart metadata (@stevehipwell )
Update golang to 1.17.1 (@serathius)
Update golang modules to match K8s 1.22.2 (@serathius)
Update module scripts (@serathius)
Set http client timeout (@serathius)
reimplement parsing container start time (@yangjunmyfm192085)
Optimizations
Change storage batch to use map instead of list (@serathius)
Enable more golangci-lint linters and cleanup code (@serathius)
Reduce allocations in api code (@serathius)
Reduce allocations made by metric parsing (@serathius)
Observability
Allow users to configure audit logs (@dgrisonnet)
Automate release manifests publication (@dgrisonnet)
Remove cap_net_bind_service from metrics-server(@shuaich)
Tests
Add initContainer for e2e_test (@yangjunmyfm192085)
Add sidecar container to e2e test (@yangjunmyfm192085)
Automate testing scalability of Metrics Server (@yangjunmyfm192085 @sanwishe )
Run e2e tests with high availability configuration (@dgrisonnet)
Add e2e tests for k8s version 1.22 (@yangjunmyfm192085)
improve metrics comparison output (@dgrisonnet)
Updates E2E test images registry (@claudiubelu)
Update e2e tooling (@serathius)
Improve API tests (@serathius)
Cover Helm Chart with proper e2e tests (@yangjunmyfm192085)
Manifests
Add RBAC to autoscale manifests (@maxbrunet)
Improve "autoscale" kustomization (@maxbrunet)
Minimize rbac permissions (@serathius)
Documentations
Move live reload documentation to CONTRIBUTING.md (@serathius)
Update FAQ information about CPU and memory units (@serathius)
Provide alternative to using Metrics Server as source of metrics (@serathius)
Update Supported Kubernetes version for Metrics Server 0.6.x (@yangjunmyfm192085)
Update org-wide default files (@serathius)
Fixes
Rename master to main (@ikarldasan)
fix typo in error message (@crd477)
wait to be able to compute the resource usage of all the containers of a pod before exposing its PodMetrics(@yangjunmyfm192085)
Don‘t use Kubelet start time for metrics-server (@yangjunmyfm192085)
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.