KubectlLogsSettings.

InsecureSkipTlsVerifyBackend Property

Summary

--insecure-skip-tls-verify-backend Skip verifying the identity of the kubelet that logs are requested from. In theory, an attacker could provide invalid log content back. You might want to use this if your kubelet serving certificates have expired.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlLogsSettings

Syntax

public Nullable<bool> InsecureSkipTlsVerifyBackend { get; set; }

Value

Type Description
Nullable<bool>