-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with TiDB Monitor #1949
Comments
CR:
|
For the monitor deployment continuously rolling update issue, it's probable caused by code https://github.com/pingcap/tidb-operator/blob/master/pkg/monitor/monitor/util.go#L507, wherewith multiple envs, the order of envs may be different during each sync. |
For the NodePort change issue, it's probable caused by code https://github.com/pingcap/tidb-operator/blob/master/pkg/controller/generic_control.go#L250, only the |
Bug Report
What version of Kubernetes are you using?
1.12.8
What version of TiDB Operator are you using?
v1.1.0-beta.2
What storage classes exist in the Kubernetes cluster and what are used for PD/TiKV pods?
local-storage
What's the status of the TiDB cluster pods?
Running
What did you do?
Upgrade TiDB Operator from v1.0 to v1.1 and Create TiDB Monitor CR.
What did you expect to see?
Monitor works as expected.
What did you see instead?
Before CR creation:
<cluster>-monitor-reloader
to<cluster>-monitor-reloader
. (Please see detail in above info)service.portName
of one service, the NodePort is changed too.Before update:
The text was updated successfully, but these errors were encountered: