Skip to content

Commit

Permalink
add tiflash scale in support
Browse files Browse the repository at this point in the history
Signed-off-by: Zheming Li <nkdudu@126.com>
  • Loading branch information
lizhemingi committed May 7, 2021
1 parent c5f9cf4 commit 3b96df3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
13 changes: 13 additions & 0 deletions docs/api-references/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14459,6 +14459,19 @@ bool
<p>RecoverFailover indicates that Operator can recover the failover Pods</p>
</td>
</tr>
<tr>
<td>
<code>scaleInParallelism</code></br>
<em>
int32
</em>
</td>
<td>
<em>(Optional)</em>
<p>ScaleInParallelism configures max scale in replicas for TiKV stores.
Defaults to 1</p>
</td>
</tr>
</tbody>
</table>
<h3 id="tikvbackupconfig">TiKVBackupConfig</h3>
Expand Down
9 changes: 6 additions & 3 deletions manifests/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10780,6 +10780,9 @@ spec:
type: integer
requests:
type: object
scaleInParallelism:
format: int32
type: integer
schedulerName:
type: string
serviceAccount:
Expand Down Expand Up @@ -12779,9 +12782,6 @@ spec:
maxFailoverCount:
format: int32
type: integer
scaleInParallelism:
format: int32
type: integer
mountClusterClientSecret:
type: boolean
nodeSelector:
Expand Down Expand Up @@ -12848,6 +12848,9 @@ spec:
type: integer
requests:
type: object
scaleInParallelism:
format: int32
type: integer
schedulerName:
type: string
separateRaftLog:
Expand Down

0 comments on commit 3b96df3

Please sign in to comment.