You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vertical-pod-autoscaler/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,13 @@ and run the following command inside the `vertical-pod-autoscaler` directory:
98
98
Note: the script currently reads environment variables: `$REGISTRY` and `$TAG`.
99
99
Make sure you leave them unset unless you want to use a non-default version of VPA.
100
100
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
+
101
108
The script issues multiple `kubectl` commands to the
102
109
cluster that insert the configuration and start all needed pods (see
0 commit comments