-
-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: redis cluster update as scale out (#872)
* fix: redis cluster update as scale out Signed-off-by: drivebyer <wuyangmuc@gmail.com> * add e2e test step && remove unnecessary test assert Signed-off-by: drivebyer <wuyangmuc@gmail.com> * add newline Signed-off-by: drivebyer <wuyangmuc@gmail.com> * add newline Signed-off-by: drivebyer <wuyangmuc@gmail.com> --------- Signed-off-by: drivebyer <wuyangmuc@gmail.com>
- Loading branch information
Showing
11 changed files
with
61 additions
and
292 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
10 changes: 10 additions & 0 deletions
10
tests/e2e-chainsaw/v1beta2/scaling/redis-cluster/cluster-scale-out-status-00.yaml
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,10 @@ | ||
--- | ||
apiVersion: redis.redis.opstreelabs.in/v1beta2 | ||
kind: RedisCluster | ||
metadata: | ||
name: redis-cluster-v1beta2 | ||
status: | ||
state: Initializing | ||
reason: RedisCluster is initializing leaders | ||
readyLeaderReplicas: 3 | ||
readyFollowerReplicas: 3 |
10 changes: 10 additions & 0 deletions
10
tests/e2e-chainsaw/v1beta2/scaling/redis-cluster/cluster-scale-out-status-01.yaml
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,10 @@ | ||
--- | ||
apiVersion: redis.redis.opstreelabs.in/v1beta2 | ||
kind: RedisCluster | ||
metadata: | ||
name: redis-cluster-v1beta2 | ||
status: | ||
state: Initializing | ||
reason: RedisCluster is initializing followers | ||
readyLeaderReplicas: 6 | ||
readyFollowerReplicas: 3 |
10 changes: 10 additions & 0 deletions
10
tests/e2e-chainsaw/v1beta2/scaling/redis-cluster/cluster-scale-out-status-02.yaml
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,10 @@ | ||
--- | ||
apiVersion: redis.redis.opstreelabs.in/v1beta2 | ||
kind: RedisCluster | ||
metadata: | ||
name: redis-cluster-v1beta2 | ||
status: | ||
state: Bootstrap | ||
reason: RedisCluster is bootstrapping | ||
readyLeaderReplicas: 6 | ||
readyFollowerReplicas: 6 |
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
File renamed without changes.
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
24 changes: 0 additions & 24 deletions
24
tests/e2e-chainsaw/v1beta2/scaling/redis-cluster/ready-sts-scale-up.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.