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
What storage classes exist in the Kubernetes cluster and what are used for PD/TiKV pods?
default
What's the status of the TiDB cluster pods?
What did you do?
We first added a label key: value to the discovery service, the label is successfully added to the discovery service. Then later we wanted to remove that label from the discovery service by changing the CR, we found that tidb-operator cannot remove the labels.
What did you expect to see?
labels and annotations in spec.discovery can be added and removed.
What did you see instead?
The tidb-operator fails to remove labels and annotations from discovery service when users specifies the removal in the CR.
The text was updated successfully, but these errors were encountered:
For example we want to perform some fault injection experiment on Services, and the label is used to select the Services. We later want to remove the label from the discovery and found that the removal cannot be done. Right now we have to manually remove them
Bug Report
What version of Kubernetes are you using?
What version of TiDB Operator are you using?
pingcap/tidb-operator:v1.3.2
What storage classes exist in the Kubernetes cluster and what are used for PD/TiKV pods?
default
What's the status of the TiDB cluster pods?
What did you do?
We first added a label
key: value
to thediscovery
service, the label is successfully added to thediscovery
service. Then later we wanted to remove that label from thediscovery
service by changing the CR, we found that tidb-operator cannot remove the labels.What did you expect to see?
labels and annotations in
spec.discovery
can be added and removed.What did you see instead?
The tidb-operator fails to remove labels and annotations from
discovery
service when users specifies the removal in the CR.The text was updated successfully, but these errors were encountered: