mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
override ETCD_SERVER with https instead http when mTLS is enabled
This commit is contained in:
@@ -376,7 +376,8 @@ function generate-etcd-cert() {
|
||||
"usages": [
|
||||
"signing",
|
||||
"key encipherment",
|
||||
"server auth"
|
||||
"server auth",
|
||||
"client auth"
|
||||
]
|
||||
},
|
||||
"client": {
|
||||
|
Reference in New Issue
Block a user