Skip to content

Commit 9a2b450

Browse files
committed
Add -addext error to VPA readme
1 parent 110faae commit 9a2b450

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vertical-pod-autoscaler/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ and run the following command inside the `vertical-pod-autoscaler` directory:
9898
Note: the script currently reads environment variables: `$REGISTRY` and `$TAG`.
9999
Make sure you leave them unset unless you want to use a non-default version of VPA.
100100

101+
102+
Note: If you are seeing following error during this step:
103+
```
104+
unknown option -addext
105+
```
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).
107+
101108
The script issues multiple `kubectl` commands to the
102109
cluster that insert the configuration and start all needed pods (see
103110
[architecture](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md#architecture-overview))

0 commit comments

Comments
 (0)