diff --git a/pkg/cluster/spec/pd.go b/pkg/cluster/spec/pd.go index 84a6c74800..d5e14bb367 100644 --- a/pkg/cluster/spec/pd.go +++ b/pkg/cluster/spec/pd.go @@ -174,6 +174,7 @@ func (i *PDInstance) InitConfig( spec := i.InstanceSpec.(*PDSpec) cfg := scripts. NewPDScript(spec.Name, i.GetHost(), paths.Deploy, paths.Data[0], paths.Log). + WithNumaNode(spec.NumaNode). WithClientPort(spec.ClientPort). WithPeerPort(spec.PeerPort). AppendEndpoints(topo.Endpoints(deployUser)...).