Skip to content

Commit

Permalink
Merge pull request kubernetes#3585 from bskiba/openssl
Browse files Browse the repository at this point in the history
Add openssl version requirement
  • Loading branch information
k8s-ci-robot committed Oct 7, 2020
2 parents 5a7e7cf + 760a2b5 commit ac39466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac39466

Please sign in to comment.