You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
It only appears to be an issue during the server-side dry-run:
$ kubectl apply -f redis.yaml --server-dry-run
deployment.apps/redis-master created (server dry run)
Error from server (BadRequest): error when creating "redis.yaml": admission webhook "gke-vpa.k8s.io" does not support dry run
I found that if I edit the MutatingWebhookConfiguration for VPA, I can get this to apply:
Since the upstream project has added sideEffects: None to the controller, this seems like a safe change to make in this example app too. kubernetes/autoscaler#2278
Description
I'm working on creating an example using GKE and Vertical Pod Autoscaler (VPA). This issue tracks work in progress.
Potential Terraform Configuration
I have part of it done here, but it needs more work:
References
Non-blocking bugs encountered during testing:
Community Note
The text was updated successfully, but these errors were encountered: