Skip to content

Commit

Permalink
Set correct maxBlocksPerHost default
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Dec 30, 2024
1 parent 98123f3 commit e56a6c0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion calico-cloud/reference/resources/ipamconfig.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The resource is a singleton which must have the name `default`.
| Field | Description | Accepted Values | Schema | Default |
| ---------------- | ------------------------------------------------------------------- | --------------- | ------ | --------- |
| strictAffinity | When StrictAffinity is true, borrowing IP addresses is not allowed. | true, false | bool | false |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | unlimited |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 |

## Supported operations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The resource is a singleton which must have the name `default`.
| Field | Description | Accepted Values | Schema | Default |
| ---------------- | ------------------------------------------------------------------- | --------------- | ------ | --------- |
| strictAffinity | When StrictAffinity is true, borrowing IP addresses is not allowed. | true, false | bool | false |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | unlimited |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 |

## Supported operations

Expand Down
2 changes: 1 addition & 1 deletion calico-enterprise/reference/resources/ipamconfig.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The resource is a singleton which must have the name `default`.
| Field | Description | Accepted Values | Schema | Default |
| ---------------- | ------------------------------------------------------------------- | --------------- | ------ | --------- |
| strictAffinity | When StrictAffinity is true, borrowing IP addresses is not allowed. | true, false | bool | false |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | unlimited |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 |

## Supported operations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The resource is a singleton which must have the name `default`.
| Field | Description | Accepted Values | Schema | Default |
| ---------------- | ------------------------------------------------------------------- | --------------- | ------ | --------- |
| strictAffinity | When StrictAffinity is true, borrowing IP addresses is not allowed. | true, false | bool | false |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | unlimited |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 |

## Supported operations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The resource is a singleton which must have the name `default`.
| Field | Description | Accepted Values | Schema | Default |
| ---------------- | ------------------------------------------------------------------- | --------------- | ------ | --------- |
| strictAffinity | When StrictAffinity is true, borrowing IP addresses is not allowed. | true, false | bool | false |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | unlimited |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 |

## Supported operations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The resource is a singleton which must have the name `default`.
| Field | Description | Accepted Values | Schema | Default |
| ---------------- | ------------------------------------------------------------------- | --------------- | ------ | --------- |
| strictAffinity | When StrictAffinity is true, borrowing IP addresses is not allowed. | true, false | bool | false |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | unlimited |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 |

## Supported operations

Expand Down
2 changes: 1 addition & 1 deletion calico/reference/resources/ipamconfig.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The resource is a singleton which must have the name `default`.
| Field | Description | Accepted Values | Schema | Default |
| ---------------- | ------------------------------------------------------------------- | --------------- | ------ | --------- |
| strictAffinity | When StrictAffinity is true, borrowing IP addresses is not allowed. | true, false | bool | false |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | unlimited |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 |

## Supported operations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The resource is a singleton which must have the name `default`.
| Field | Description | Accepted Values | Schema | Default |
| ---------------- | ------------------------------------------------------------------- | --------------- | ------ | --------- |
| strictAffinity | When StrictAffinity is true, borrowing IP addresses is not allowed. | true, false | bool | false |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | unlimited |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 |

## Supported operations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The resource is a singleton which must have the name `default`.
| Field | Description | Accepted Values | Schema | Default |
| ---------------- | ------------------------------------------------------------------- | --------------- | ------ | --------- |
| strictAffinity | When StrictAffinity is true, borrowing IP addresses is not allowed. | true, false | bool | false |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | unlimited |
| maxBlocksPerHost | The max number of blocks that can be affine to each host. | 0 - max(int32) | int | 20 |

## Supported operations

Expand Down

0 comments on commit e56a6c0

Please sign in to comment.