-
Notifications
You must be signed in to change notification settings - Fork 129
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
Update tutorial to use GKE autopilot #88
Comments
Autopilot does not seem to work with Istio/Knative Serving in my testing |
@meteatamel Hi! Do you deep dive into the problem? I faced the same behavior and thought it could be a VPA issue. |
@aatarasoff No, I didn't deep dive. Any ideas what could be missing? |
@meteatamel I think that it could be related to the Vertical Pod Autoscaler because Autopilot changes CPU and Memory requests and limits according to its policies, and it could blow Knative mind up. It's like a race condition between two autoscalers (Knative, as I know, has one). I tried to turn of VPA (see code below) but it did not help.
|
I'll reopen this, in case I or someone else might look into this again. |
No description provided.
The text was updated successfully, but these errors were encountered: