From 3369d03e47f54d9fa43942f7c3cd466265056e58 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Wed, 14 Feb 2018 01:15:04 +0200 Subject: [PATCH] backend test --- docs/2-autoscaling.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/2-autoscaling.md b/docs/2-autoscaling.md index 0aa6295..d475458 100644 --- a/docs/2-autoscaling.md +++ b/docs/2-autoscaling.md @@ -45,6 +45,12 @@ helm upgrade --reuse-values backend \ ./chart/stable/podinfo ``` +Check if the backend ClusterIP service is accessible from within the cluster: + +```bash +helm test --cleanup backend +``` + Wait for HPA to start receiving metrics: ```bash