Skip to content

Commit

Permalink
Merge branch 'upgrade-kernel' of github.com:csuzhangxc/tidb-operator …
Browse files Browse the repository at this point in the history
…into upgrade-kernel
  • Loading branch information
csuzhangxc committed Sep 24, 2024
2 parents 8ff60a2 + 85a5a8d commit c95d68b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/advanced/tidb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ spec:
# app.kubernetes.io/component: pump
# annotations:
# node.kubernetes.io/instance-type: some-vm-type
# tolerations: {}
# tolerations: []
# configUpdateStrategy: RollingUpdate
# statefulSetUpdateStrategy: RollingUpdate
# podSecurityContext: {}
Expand Down Expand Up @@ -868,7 +868,7 @@ spec:
# app.kubernetes.io/component: ticdc
# annotations:
# node.kubernetes.io/instance-type: some-vm-type
# tolerations: {}
# tolerations: []
# configUpdateStrategy: RollingUpdate
# statefulSetUpdateStrategy: RollingUpdate
# podSecurityContext: {}
Expand Down Expand Up @@ -918,7 +918,7 @@ spec:
# app.kubernetes.io/component: tiflash
# annotations:
# node.kubernetes.io/instance-type: some-vm-type
# tolerations: {}
# tolerations: []
# configUpdateStrategy: RollingUpdate
# statefulSetUpdateStrategy: RollingUpdate
# podSecurityContext: {}
Expand Down Expand Up @@ -970,7 +970,7 @@ spec:
# # configure the configuration file for TiFlash Proxy process
# proxy: |
# [security]
# cert-allowed-cn = "CNNAME"
# cert-allowed-cn = ["CNNAME"]
# # TopologySpreadConstraints for pod scheduling, will overwrite the cluster level spread constraints setting
# # Ref: pkg/apis/pingcap/v1alpha1/types.go#TopologySpreadConstraint
# topologySpreadConstraints:
Expand Down

0 comments on commit c95d68b

Please sign in to comment.