-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use mixcoord & enable active standby & enable rolling update by defau…
…lt (#151) * default: use mixcoord by default for new cluster Signed-off-by: haorenfsa <[email protected]> * enable active standby & rolling update by default Signed-off-by: haorenfsa <[email protected]> * Remove pulsar image in sit to save disk space Signed-off-by: haorenfsa <[email protected]> --------- Signed-off-by: haorenfsa <[email protected]>
- Loading branch information
Showing
11 changed files
with
101 additions
and
90 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# This is a sample to deploy a milvus cluster using | ||
# rootCoord, indexCoord, dataCoord and queryCoord instead of mixCoord. | ||
|
||
apiVersion: milvus.io/v1beta1 | ||
kind: Milvus | ||
metadata: | ||
name: my-release | ||
labels: | ||
app: milvus | ||
spec: | ||
mode: cluster | ||
dependencies: {} | ||
components: | ||
rootCoord: | ||
replicas: 1 | ||
config: {} |
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.