You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip tidb-operator, modify the updateStrategy of any sts in tikv/tidb/pd from RollingUpdate to OnDelete manually.
What did you expect to see?
All running tidb clusters remain normal and do not affect the add, delete, and update operations of other tidb clusters.
What did you see instead?
Tidb-operator crash and affect all other tidb clusters add, delete, and update operations. This is a serious bug because a user modifying the resources own by himself will affect all users.
Bug Report
What version of Kubernetes are you using?
v1.12.2
What version of TiDB Operator are you using?
This problem exists in all tidb-operator versions
What did you do?
Skip tidb-operator, modify the updateStrategy of any sts in tikv/tidb/pd from
RollingUpdate
toOnDelete
manually.What did you expect to see?
All running tidb clusters remain normal and do not affect the add, delete, and update operations of other tidb clusters.
What did you see instead?
Tidb-operator crash and affect all other tidb clusters add, delete, and update operations. This is a serious bug because a user modifying the resources own by himself will affect all users.
The text was updated successfully, but these errors were encountered: