-
Notifications
You must be signed in to change notification settings - Fork 20
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
Vendor [email protected]
and Upgrade k8s dependencies and controller-runtime
#12
Vendor [email protected]
and Upgrade k8s dependencies and controller-runtime
#12
Conversation
Upgrade k8s dependencies to `v0.26.1` Upgrade controller-runtime to `v0.14.4`
Now we have a linter for grouping imports.
/hold |
Gardener now checks all the ManagedResources in the shoot controlplane which does not specify `spec.class`, so these MRs are already covered.
ff8a052
to
ed7c088
Compare
dcd7377
to
b7fdc3b
Compare
/hold cancel |
very good, thanks 🚀 |
LGTM label has been added. Git tree hash: f452323df5e9be6e83d60580dc5792ae0177696c
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: oliver-goetz 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 |
Follow-up after gardener#12
Follow-up after gardener#12
* Update VPA's `apiVersion` from `autoscaling.k8s.io/v1beta2` to `autoscaling.k8s.io/v1` Similar to gardener/gardener-extension-provider-aws@5c0592e * Add liveness and readiness probe to the extension Pods Similar to gardener/gardener-extension-provider-aws#497 * Remove `minAllowed.cpu` from the registry-cache extension and admission VPAs Similar to gardener/gardener-extension-provider-aws#711 * Make the `gardener-extension-registry-cache-admission` Service topology-aware Similar to gardener/gardener-extension-provider-aws#732 and gardener/gardener-extension-provider-aws#750 * Make the metrics port configurable Follow-up after #12 * Adapt `NetworkPolicy`s for the admission Similar to gardener/gardener-extension-provider-aws@02182f9
How to categorize this PR?
/area open-source
/kind enhancement
What this PR does / why we need it:
Vendor gardener
v1.65.0
Upgrade k8s dependencies and controller-runtime
Which issue(s) this PR fixes:
Special notes for your reviewer:
I have removed the health check controller, since there was only one health check for ManagedResource and condition
ShootSystemComponentsHealthy
, these are already health checked by gardener now. If you need to add some specific error code checks or add health check for some other condition, this controller shall be added again.Release note: