[Bug] Fix the call of func checkAttachedSlave for 1 Master Replication#523
Conversation
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
|
@shubham-cmyk May I know when we expect the next release to fix this issue? |
|
It would be done in the end of this month. You can still download the image of v0.15.0. |
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
This reverts commit 6713dbc.
* Set up CI with Azure Pipelines [skip ci] Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * Update pipeline.yaml Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * Fix Bug : Operator Crash when persistence is false (#519) Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * add watchnamespace function (#520) * add watchnamespace function * change Env Variable Name Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> --------- Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> Co-authored-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * fix the loop call of checkAttachedSlave (#523) Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * Redis Cluster Scaling Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * revert the pipeline Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * comment some funcs Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * remove Commented code Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * Set up CI with Azure Pipelines [skip ci] * Update pipeline.yaml * Revert "fix the loop call of checkAttachedSlave (#523)" This reverts commit 6713dbc. * Revert "add watchnamespace function (#520)" This reverts commit e8bb2cd. * Revert "Fix Bug : Operator Crash when persistence is false (#519)" This reverts commit faa45b5. * Revert "Update pipeline.yaml" This reverts commit db717f5. * update pipeline Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> --------- Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> Co-authored-by: progmatv <60739920+progmatv@users.noreply.github.com>
|
Hi there! Could we release this feature? Would be awesome! thanks! |
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> Signed-off-by: guozhi.li <guozhi.li@daocloud.io>
* Set up CI with Azure Pipelines [skip ci] Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * Update pipeline.yaml Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * Fix Bug : Operator Crash when persistence is false (OT-CONTAINER-KIT#519) Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * add watchnamespace function (OT-CONTAINER-KIT#520) * add watchnamespace function * change Env Variable Name Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> --------- Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> Co-authored-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * fix the loop call of checkAttachedSlave (OT-CONTAINER-KIT#523) Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * Redis Cluster Scaling Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * revert the pipeline Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * comment some funcs Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * remove Commented code Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> * Set up CI with Azure Pipelines [skip ci] * Update pipeline.yaml * Revert "fix the loop call of checkAttachedSlave (OT-CONTAINER-KIT#523)" This reverts commit 6713dbc. * Revert "add watchnamespace function (OT-CONTAINER-KIT#520)" This reverts commit e8bb2cd. * Revert "Fix Bug : Operator Crash when persistence is false (OT-CONTAINER-KIT#519)" This reverts commit faa45b5. * Revert "Update pipeline.yaml" This reverts commit db717f5. * update pipeline Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> --------- Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com> Co-authored-by: progmatv <60739920+progmatv@users.noreply.github.com> Signed-off-by: guozhi.li <guozhi.li@daocloud.io>
|
@shubham-cmyk I am writing to report an issue I have encountered while using the latest release of redis-operator:0.15.0 on Playground3. I have successfully tested the same configuration on Playground1 and Playground2 without issues. The problem I am facing revolves around the podSecurityContext feature. In Playground3, when I attempt to utilize the podSecurityContext functionality as intended, I am encountering the following error: Error: error validating "": error validating data: ValidationError(RedisReplication.spec): unknown field "podSecurityContext" in in.opstreelabs.redis.redis.v1beta1.RedisReplication.spec If this is indeed a bug or compatibility issue, I kindly request your assistance in creating a GitHub issue for tracking purposes. This would not only help me but also contribute to the overall improvement of Redis-Operator. Redis version : 0.15.0 |
|
I would like to inspect that can you run This is due to the backward in compatibility but I have raised a PR to support that. |
|
I see there is no field named |
|
CRD won't be upgraded this way because it change the scheme of object. So making the operator backward compatible and then you have to perform the version upgrade that is only solution. |
|
The PR is almost ready and would be merged with a release of v0.15.1 that could support both versions v0.14.0 and v0.15.0 |

Description
Fixes #521