Skip to content

Commit ac39466

Browse files
authored
Merge pull request kubernetes#3585 from bskiba/openssl
Add openssl version requirement
2 parents 5a7e7cf + 760a2b5 commit ac39466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Note: If you are seeing following error during this step:
103103
```
104104
unknown option -addext
105105
```
106-
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).
106+
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).
107107

108108
The script issues multiple `kubectl` commands to the
109109
cluster that insert the configuration and start all needed pods (see

0 commit comments

Comments
 (0)