Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MinK8SVersion is the minimum k8s version required to run this version of Istio // https://istio.io/docs/setup/platform-setup/ MinK8SVersion = 28 UnSupportedK8SVersionLogMsg = "\nThe Kubernetes version %s is not supported by Istio %s. The minimum supported Kubernetes version is 1.%d.\n" + "Proceeding with the installation, but you might experience problems. " + "See https://istio.io/latest/docs/releases/supported-releases/ for a list of supported versions.\n" )
Variables ¶
This section is empty.
Functions ¶
func CheckKubernetesVersion ¶
CheckKubernetesVersion checks if this Istio version is supported in the k8s version
func IsK8VersionSupported ¶
IsK8VersionSupported checks minimum supported Kubernetes version for Istio. If the K8s version is not at least the `MinK8SVersion`, it logs a message warning the user that they may experience problems if they proceed with the install.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.