mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Rename Secure -> TLS; we may use TLS insecurely.
This commit is contained in:
@@ -172,7 +172,7 @@ func GetKubeConfig(cmd *cobra.Command) *client.Config {
|
||||
}
|
||||
config.Host = host
|
||||
|
||||
if client.IsConfigTransportSecure(config) {
|
||||
if client.IsConfigTransportTLS(config) {
|
||||
// Get the values from the file on disk (or from the user at the
|
||||
// command line). Override them with the command line parameters, if
|
||||
// provided.
|
||||
|
Reference in New Issue
Block a user