Skip to content
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

Fix wrong method to get tikv configmap in mutation webhook (#1871) #1874

Merged
merged 4 commits into from
Mar 6, 2020

Conversation

sre-bot
Copy link
Contributor

@sre-bot sre-bot commented Mar 6, 2020

cherry-pick #1871 to release-1.1


What problem does this PR solve?

Currently the tikv Configmap wouldn't be fetched when we only using TidbCluster CR with configUpdateStrategy: RollingUpdate. This request get the configmap from the volume template from the coming tikv pod.

I haven tested all four situations( helm/cr, RollingUpdate/Inplace), all situtations work well
Fix the problem which would let the

Related changes

  • Need to cherry-pick to the release branch

Does this PR introduce a user-facing change?:

NONE

Song Gao and others added 4 commits March 6, 2020 10:49
Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
@Yisaer
Copy link
Contributor

Yisaer commented Mar 6, 2020

/run-e2e-in-kind

@cofyc cofyc merged commit a0785f7 into pingcap:release-1.1 Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/webhook Related to webhook type/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants