Skip to content

Commit a226f87

Browse files
recklessopalexellis
authored andcommitted
Update kubernetes-hpa.md
The namespace should be openfaas-fn otherwise you wont get your hpa information. As the command was you will get this error: kubectl describe hpa/nodeinfo -n openfaas Error from server (NotFound): horizontalpodautoscalers.autoscaling "nodeinfo" not found Signed-off-by: Justin Paul <justin@jpaul.me>
1 parent 0b9f127 commit a226f87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/kubernetes-hpa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ You should note that HPA is designed to react slowly to changes in traffic, both
243243
Now in a new window monitor the progress:
244244

245245
```sh
246-
kubectl describe hpa/nodeinfo -n openfaas
246+
kubectl describe hpa/nodeinfo -n openfaas-fn
247247
```
248248

249249
Or in an automated fashion:

0 commit comments

Comments
 (0)