@@ -202,6 +203,11 @@ var ServerFlags = []cli.Flag{
...
@@ -202,6 +203,11 @@ var ServerFlags = []cli.Flag{
Usage:"(listener) Add additional hostnames or IPv4/IPv6 addresses as Subject Alternative Names on the server TLS cert",
Usage:"(listener) Add additional hostnames or IPv4/IPv6 addresses as Subject Alternative Names on the server TLS cert",
Value:&ServerConfig.TLSSan,
Value:&ServerConfig.TLSSan,
},
},
&cli.BoolTFlag{
Name:"tls-san-security",
Usage:"(listener) Protect the server TLS cert by refusing to add Subject Alternative Names not associated with the kubernetes apiserver service, server nodes, or values of the tls-san option (default: true)",