Skip to content

Commit

Permalink
Merge pull request #7045 from kubernetes/x13n-patch-5
Browse files Browse the repository at this point in the history
Update FAQ.md
  • Loading branch information
k8s-ci-robot committed Jul 16, 2024
2 parents aeabf92 + c3e0a15 commit 6da986f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cluster-autoscaler/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down

0 comments on commit 6da986f

Please sign in to comment.