Skip to content

Commit 6da986f

Browse files
authored
Merge pull request #7045 from kubernetes/x13n-patch-5
Update FAQ.md
2 parents aeabf92 + c3e0a15 commit 6da986f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cluster-autoscaler/FAQ.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,9 +1183,11 @@ sub-library. It can be used with custom kubernetes fork, by default it uses
11831183
Example execution looks like this:
11841184

11851185
```
1186-
./hack/update-vendor.sh 1.20.0-alpha.1 [email protected]:kubernetes/kubernetes.git
1186+
./hack/update-deps.sh v1.30.2 v1.30.2 [email protected]:kubernetes/kubernetes.git
11871187
```
11881188

1189+
The first of two versions denotes k8s dependency of Cluster Autoscaler, the second one refers to the apis/ submodule.
1190+
11891191
If you need to update vendor to an unreleased commit of Kubernetes, you can use the breakglass script:
11901192

11911193
```

0 commit comments

Comments
 (0)