Skip to content

Commit

Permalink
Merge pull request #227 from catpineapple/ddc_fe_scale_down
Browse files Browse the repository at this point in the history
modify CRD for ms replicas
  • Loading branch information
intelligentfu8 authored Aug 22, 2024
2 parents 7c832bb + a8fee5c commit 79d3b0f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 43 deletions.
5 changes: 0 additions & 5 deletions api/disaggregated/metaservice/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions config/crd/bases/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36451,12 +36451,6 @@ spec:
type: string
type: object
type: object
replicas:
description: Replicas represent the number of metaservice. default
is 2. anytime only one working, config replicas=2 is high availability,
more than 2 is unnecessary.
format: int32
type: integer
requests:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -38233,12 +38227,6 @@ spec:
type: string
type: object
type: object
replicas:
description: Replicas represent the number of metaservice. default
is 2. anytime only one working, config replicas=2 is high availability,
more than 2 is unnecessary.
format: int32
type: integer
requests:
additionalProperties:
anyOf:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2877,12 +2877,6 @@ spec:
type: string
type: object
type: object
replicas:
description: Replicas represent the number of metaservice. default
is 2. anytime only one working, config replicas=2 is high availability,
more than 2 is unnecessary.
format: int32
type: integer
requests:
additionalProperties:
anyOf:
Expand Down Expand Up @@ -4659,12 +4653,6 @@ spec:
type: string
type: object
type: object
replicas:
description: Replicas represent the number of metaservice. default
is 2. anytime only one working, config replicas=2 is high availability,
more than 2 is unnecessary.
format: int32
type: integer
requests:
additionalProperties:
anyOf:
Expand Down
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2593,5 +2593,5 @@ string
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>7d8fdc8</code>.
on git commit <code>3663d17</code>.
</em></p>
2 changes: 1 addition & 1 deletion doc/disaggregated_cluster_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1284,5 +1284,5 @@ string
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>7d8fdc8</code>.
on git commit <code>3663d17</code>.
</em></p>
13 changes: 1 addition & 12 deletions doc/disaggregated_metaservice_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,17 +201,6 @@ More info: <a href="https://kubernetes.io/docs/concepts/containers/images#specif
</tr>
<tr>
<td>
<code>replicas</code><br/>
<em>
int32
</em>
</td>
<td>
<p>Replicas represent the number of metaservice. default is 2. anytime only one working, config replicas=2 is high availability, more than 2 is unnecessary.</p>
</td>
</tr>
<tr>
<td>
<code>ResourceRequirements</code><br/>
<em>
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#resourcerequirements-v1-core">
Expand Down Expand Up @@ -1093,5 +1082,5 @@ BaseSpec <code>json:&quot;baseSpec,omitempty&quot;</code></p>
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>7d8fdc8</code>.
on git commit <code>3663d17</code>.
</em></p>

0 comments on commit 79d3b0f

Please sign in to comment.