From 760a2b50dd17aae750ad24cb129ff9f6964c8bcc Mon Sep 17 00:00:00 2001 From: "Beata Lach (Skiba)" Date: Wed, 7 Oct 2020 16:10:37 +0200 Subject: [PATCH] Add openss version requirement --- vertical-pod-autoscaler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertical-pod-autoscaler/README.md b/vertical-pod-autoscaler/README.md index 0a36f895e699..f0fcd6094a6d 100644 --- a/vertical-pod-autoscaler/README.md +++ b/vertical-pod-autoscaler/README.md @@ -103,7 +103,7 @@ Note: If you are seeing following error during this step: ``` unknown option -addext ``` -please upgrade openssl to a version that supports -addext option or use ./hack/vpa-up.sh on the [0.8 release branch](https://github.com/kubernetes/autoscaler/tree/vpa-release-0.8). +please upgrade openssl to version 1.1.1 or higher (needs to support -addext option) or use ./hack/vpa-up.sh on the [0.8 release branch](https://github.com/kubernetes/autoscaler/tree/vpa-release-0.8). The script issues multiple `kubectl` commands to the cluster that insert the configuration and start all needed pods (see