Skip to content

Commit

Permalink
Add link to HPA docs in cluster spec docs
Browse files Browse the repository at this point in the history
  • Loading branch information
itskingori committed Nov 28, 2017
1 parent 7625898 commit c38aa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cluster_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ spec:
horizontalPodAutoscalerUpscaleDelay: 3m0s
```
For more details on `horizontalPodAutoscaler` flags see the [HPA docs](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/).
For more details on `horizontalPodAutoscaler` flags see the [official HPA docs](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) and the [Kops guides on how to set it up](horizontal_pod_autoscaling.md).

#### Feature Gates

Expand Down

0 comments on commit c38aa8b

Please sign in to comment.