Cody (Xuecheng) Zhang
Cody (Xuecheng) Zhang
> It is OK if you add another field in the CRD to enable this. OK, let's try it.
@jarupatjdbr in #5561, I improved the `StartScriptV2FeatureFlagPreferPDAddressesOverDiscovery` feature introduced in #5400, then TidbClusters with TLS enabled and customized K8s cluster domain should work. ```yaml spec: clusterDomain: mydomain.internal startScriptVersion: v2 startScriptV2FeatureFlags:...
close via #5561
@jarupatjdbr TiDB Operator v1.5.3, which may be released in the next month.
some internal versions of the Helm Chart with invalid version format were pushed to the Helm index, this is harmless, and we'll clear them in the future.
invalid charts have been removed
Is the existing Service with `loadBalancerClass` set? > spec.loadBalancerClass: Invalid value: "null": may not change once set, requeuing
currently, `tc.spec.tidb.service` doesn't support all fields of the K8s service, the workaround for this may create an extra service out of the TidbCluster CR. if we need to fix it...
/cherry-pick release-1.5
you could skip the deployment of tidb-scheduler (with `.scheduler.create=false`) to workaround this, also ref #5458.