GoogleCloudPlatform / gke-networking-recipes

Apache License 2.0
297 stars 84 forks source link

Add `max-rate-per-endpoint` to Service resource. #185

Closed sophieliu15 closed 6 months ago

sophieliu15 commented 6 months ago

The annotation is required as per public user guide: https://cloud.google.com/kubernetes-engine/docs/how-to/horizontal-pod-autoscaling#autoscale-traffic.

The annotation was previously deleted in PR #112 . I believe it was a mistake because currently this service annotation is the only way to specify service capacity for autoscaling.

This PR also fixes a broken link for whereami.

sophieliu15 commented 6 months ago

/reviewer @bowei