mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +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