Skip to content

Tiflash can't startup after enable tls and set preferIPv6 to True #6734

@mayjiang0203

Description

@mayjiang0203

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

config k8s cluster as following.
ipFamilyPolicy: PreferDualStack
ipFamilies:

IPv6
IPv4

Config tc as followings:
spec:
preferIPv6: true
tlsCluster:
enabled: true
version: master
...

deploy it in the k8s cluster.

2. What did you expect to see? (Required)

tiflash works fine.

3. What did you see instead (Required)

tiflash can't startup.
➜ ~ kubectl -n user-py get pod
NAME READY STATUS RESTARTS AGE
basic-discovery-7c5945c84d-bmdb5 1/1 Running 0 136m
basic-monitor-0 4/4 Running 0 139m
basic-pd-0 1/1 Running 0 136m
basic-pd-1 1/1 Running 0 136m
basic-pd-2 1/1 Running 0 136m
basic-tidb-0 2/2 Running 0 135m
basic-tidb-1 2/2 Running 0 135m
basic-tiflash-0 3/4 CrashLoopBackOff 28 122m
basic-tiflash-1 3/4 CrashLoopBackOff 28 122m

4. What is your TiFlash version? (Required)

master

Metadata

Metadata

Assignees

Labels

affects-6.5This bug affects the 6.5.x(LTS) versions.severity/majortype/bugThe issue is confirmed as a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions