-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* support pd dashboard config * Update pkg/manager/member/pd_member_manager.go Co-Authored-By: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com> * fix ci * address comment * fix ci Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com> Co-authored-by: Song Gao <disxiaofei@163.com>
- Loading branch information
1 parent
3b2fe37
commit 95581ef
Showing
7 changed files
with
145 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: cert-manager.io/v1alpha2 | ||
kind: Certificate | ||
metadata: | ||
name: tidb-client-cert | ||
spec: | ||
secretName: tls-tidb-client-secret # <cluster>-tidb-client-secret | ||
subject: | ||
organizationalUnits: | ||
- "TiDB Operator" | ||
organization: | ||
- "PingCAP" | ||
duration: "8760h" # 364 days | ||
# If you want verify server cert Common Name (e.g. --ssl-verify-server-cert | ||
# flag in MySQL CLI), you must configure the HostName you used to connect the | ||
# server here. | ||
commonName: "tls-tidb-client" | ||
usages: | ||
- "client auth" | ||
issuerRef: | ||
name: selfsigned-cert-issuer | ||
kind: Issuer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters