Skip to content

Fix Bug : Operator Crash when persistence is false/Disabled#519

Merged
shubham-cmyk merged 1 commit intoOT-CONTAINER-KIT:masterfrom
shubham-cmyk:presistenceDisabled
Jun 12, 2023
Merged

Fix Bug : Operator Crash when persistence is false/Disabled#519
shubham-cmyk merged 1 commit intoOT-CONTAINER-KIT:masterfrom
shubham-cmyk:presistenceDisabled

Conversation

@shubham-cmyk
Copy link
Copy Markdown
Member

@shubham-cmyk shubham-cmyk commented Jun 12, 2023

Description

Fixes: #470
Fixes: #409
Fixes : #421
Fixes : #450

Note: The PV is created using the default storage class. If the default storage class is missing then this might throw an error.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • Testing has been performed
  • No functionality is broken
  • Documentation updated

Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
@shubham-cmyk shubham-cmyk self-assigned this Jun 12, 2023
@shubham-cmyk shubham-cmyk reopened this Jun 12, 2023
@shubham-cmyk shubham-cmyk merged commit 3727017 into OT-CONTAINER-KIT:master Jun 12, 2023
shubham-cmyk added a commit to shubham-cmyk/redis-operator that referenced this pull request Jun 30, 2023
)

Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
shubham-cmyk added a commit to shubham-cmyk/redis-operator that referenced this pull request Jun 30, 2023
shubham-cmyk added a commit that referenced this pull request Jul 1, 2023
* 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>
@shubham-cmyk shubham-cmyk deleted the presistenceDisabled branch July 3, 2023 17:54
@genofire
Copy link
Copy Markdown

In your Clusters, the statefulset with there node-conf failed, now.

Minimum size in your clusters are "1Gi", please increase or make "1Mi" configurable

jiuker pushed a commit to jiuker/redis-operator-1 that referenced this pull request Jul 20, 2023
)

Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
Signed-off-by: guozhi.li <guozhi.li@daocloud.io>
jiuker pushed a commit to jiuker/redis-operator-1 that referenced this pull request Jul 20, 2023
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants