Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
cjc7373 committed Nov 11, 2024
1 parent 7ad342b commit 90b8f22
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 6 additions & 2 deletions config/crd/bases/workloads.kubeblocks.io_instancesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12557,8 +12557,12 @@ spec:
format: int32
type: integer
readyWithoutPrimary:
description: Indicates whether it is required for the InstanceSet
to have at least one primary instance ready.
description: |-
Indicates whether it is required for the InstanceSet to have at least one primary instance ready.


Deprecated: since instanceset no longer checks a "primary" role when doing ready check, this
field is no longer needed and will be removed in the future.
type: boolean
replicas:
description: replicas is the number of instances created by the InstanceSet
Expand Down
8 changes: 6 additions & 2 deletions deploy/helm/crds/workloads.kubeblocks.io_instancesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12557,8 +12557,12 @@ spec:
format: int32
type: integer
readyWithoutPrimary:
description: Indicates whether it is required for the InstanceSet
to have at least one primary instance ready.
description: |-
Indicates whether it is required for the InstanceSet to have at least one primary instance ready.


Deprecated: since instanceset no longer checks a "primary" role when doing ready check, this
field is no longer needed and will be removed in the future.
type: boolean
replicas:
description: replicas is the number of instances created by the InstanceSet
Expand Down
2 changes: 2 additions & 0 deletions docs/developer_docs/api-reference/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -28970,6 +28970,8 @@ bool
<td>
<em>(Optional)</em>
<p>Indicates whether it is required for the InstanceSet to have at least one primary instance ready.</p>
<p>Deprecated: since instanceset no longer checks a &ldquo;primary&rdquo; role when doing ready check, this
field is no longer needed and will be removed in the future.</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 90b8f22

Please sign in to comment.