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

support creating node pools for tiflash and cdc on ack #2420

Merged
merged 3 commits into from
May 11, 2020

Conversation

DanielZhangQD
Copy link
Contributor

What problem does this PR solve?

fix #2378

What is changed and how does it work?

Support creating node pools for tiflash and cdc on ack.

Check List

Tests

  • Manual test (add detailed scripts or steps below)
    • Deploy ACK with the following config, node pools for tiflash and cdc are created successfully and tiflash Pods can be scheduled to the tiflash nodes.
    cdc_count = 1
    tiflash_count = 1
    cdc_instance_type = "ecs.c5.large"
    tiflash_instance_type = "ecs.i2.xlarge"
    #create_cdc_node_pool = true
    #create_tiflash_node_pool = true
    
    • Deploy ACK with the following config, node pools for tiflash and cdc will not be created.
    cdc_count = 1
    tiflash_count = 1
    cdc_instance_type = "ecs.c5.large"
    tiflash_instance_type = "ecs.i2.xlarge"
    #create_cdc_node_pool = true
    #create_tiflash_node_pool = true
    

Code changes

  • Has Terraform scripts change

Related changes

  • Need to cherry-pick to the release branch
  • Need to update the documentation

Does this PR introduce a user-facing change?:

Support creating node pools for TiFlash and CDC on ACK

@Yisaer
Copy link
Contributor

Yisaer commented May 11, 2020

/merge

@sre-bot
Copy link
Contributor

sre-bot commented May 11, 2020

/run-all-tests

@sre-bot
Copy link
Contributor

sre-bot commented May 11, 2020

/run-all-tests

@sre-bot sre-bot merged commit 2996445 into pingcap:master May 11, 2020
sre-bot pushed a commit to sre-bot/tidb-operator that referenced this pull request May 11, 2020
@sre-bot
Copy link
Contributor

sre-bot commented May 11, 2020

cherry pick to release-1.1 in PR #2428

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support creating node pools for tiflash and CDC on ACK with terraform
4 participants