Documentation ¶
Index ¶
Constants ¶
View Source
const ( NoDockerMacSolution = ` Please install Docker tools by following instructions at: https://docs.docker.com/mac/ ` NoDockerWindowsSolution = ` Please install Docker tools by following instructions at: https://docs.docker.com/windows/ ` NoDockerLinuxSolution = `` /* 156-byte string literal not displayed */ InvalidInsecureRegistryArgSolution = ` Ensure that the Docker daemon is running with the following argument: --insecure-registry 172.30.0.0/16 ` KubeConfigSolutionUnix = `` /* 190-byte string literal not displayed */ KubeConfigSolutionWindows = `` /* 188-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func ErrInvalidInsecureRegistryArgument ¶
func ErrInvalidInsecureRegistryArgument() error
ErrInvalidInsecureRegistryArgument is thrown when an --insecure-registry argument is found, but does not allow sufficient access for our services to operate
func ErrKubeConfigNotWriteable ¶
ErrKubeConfigNotWriteable is returned when the file pointed to by KUBECONFIG cannot be created or written to
func ErrNoDockerClient ¶
ErrNoDockerClient is thrown when a Docker client cannot be obtained or cannot be pinged
func ErrNoInsecureRegistryArgument ¶
func ErrNoInsecureRegistryArgument() error
ErrNoInsecureRegistryArgument is thrown when an --insecure-registry argument cannot be detected on the Docker daemon process
Types ¶
Click to show internal directories.
Click to hide internal directories.