diff --git a/contributors/design-proposals/autoscaling/hpa-v2.md b/contributors/design-proposals/autoscaling/hpa-v2.md index fba4364c9..e01fa2996 100644 --- a/contributors/design-proposals/autoscaling/hpa-v2.md +++ b/contributors/design-proposals/autoscaling/hpa-v2.md @@ -211,6 +211,8 @@ the ReplicationController being autoscaled. ```yaml kind: HorizontalPodAutoscaler apiVersion: autoscaling/v2alpha1 +metadata: + name: WebFrontend spec: scaleTargetRef: kind: ReplicationController