-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'kubernetes:master' into check-minsize-in-deleteCreatedN…
…odesWithErrors
- Loading branch information
Showing
10,638 changed files
with
40,065 additions
and
4,241,367 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -836,7 +836,7 @@ The following startup parameters are supported for cluster autoscaler: | |
| `ok-total-unready-count` | Number of allowed unready nodes, irrespective of max-total-unready-percentage | 3 | ||
| `max-node-provision-time` | Maximum time CA waits for node to be provisioned | 15 minutes | ||
| `nodes` | sets min,max size and other configuration data for a node group in a format accepted by cloud provider. Can be used multiple times. Format: \<min>:\<max>:<other...> | "" | ||
| `node-group-auto-discovery` | One or more definition(s) of node group auto-discovery.<br>A definition is expressed `<name of discoverer>:[<key>[=<value>]]`<br>The `aws`, `gce`, and `azure` cloud providers are currently supported. AWS matches by ASG tags, e.g. `asg:tag=tagKey,anotherTagKey`<br>GCE matches by IG name prefix, and requires you to specify min and max nodes per IG, e.g. `mig:namePrefix=pfx,min=0,max=10`<br> Azure matches by tags on VMSS, e.g. `label:foo=bar`, and will auto-detect `min` and `max` tags on the VMSS to set scaling limits.<br>Can be used multiple times | "" | ||
| `node-group-auto-discovery` | One or more definition(s) of node group auto-discovery.<br>A definition is expressed `<name of discoverer>:[<key>[=<value>]]`<br>The `aws`, `gce`, and `azure` cloud providers are currently supported. AWS matches by ASG tags, e.g. `asg:tag=tagKey,anotherTagKey`<br>GCE matches by IG name prefix, and requires you to specify min and max nodes per IG, e.g. `mig:namePrefix=pfx,min=0,max=10`<br> Azure matches by VMSS tags, similar to AWS. And you can optionally specify a default min and max size for VMSSs, e.g. `label:tag=tagKey,anotherTagKey=bar,min=0,max=600`.<br>Can be used multiple times | "" | ||
| `emit-per-nodegroup-metrics` | If true, emit per node group metrics. | false | ||
| `estimator` | Type of resource estimator to be used in scale up | binpacking | ||
| `expander` | Type of node group expander to be used in scale up. | random | ||
|
@@ -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 [email protected]:kubernetes/kubernetes.git | ||
./hack/update-deps.sh v1.30.2 v1.30.2 [email protected]: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: | ||
|
||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
approvers: | ||
- aleksandra-malinowska | ||
- BigDarkClown | ||
- feiskyer | ||
- towca | ||
- x13n | ||
reviewers: | ||
- aleksandra-malinowska | ||
- BigDarkClown | ||
- feiskyer | ||
- vadasambar | ||
- x13n | ||
emeritus_approvers: | ||
- aleksandra-malinowska # 2022-09-30 | ||
labels: | ||
- area/cluster-autoscaler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.