diff --git a/cluster-autoscaler/FAQ.md b/cluster-autoscaler/FAQ.md index 9961f58a276a..52d7c75f3d5c 100644 --- a/cluster-autoscaler/FAQ.md +++ b/cluster-autoscaler/FAQ.md @@ -1183,9 +1183,11 @@ sub-library. It can be used with custom kubernetes fork, by default it uses Example execution looks like this: ``` -./hack/update-vendor.sh 1.20.0-alpha.1 git@github.com:kubernetes/kubernetes.git +./hack/update-deps.sh v1.30.2 v1.30.2 git@github.com:kubernetes/kubernetes.git ``` +The first of two versions denotes k8s dependency of Cluster Autoscaler, the second one refers to the apis/ submodule. + If you need to update vendor to an unreleased commit of Kubernetes, you can use the breakglass script: ```