constants

package
v1.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultClusterDomain            = "cluster.local"
	DefaultClusterName              = "crit"
	DefaultKubeAPIServerBindPort    = 6443
	DefaultKubeDir                  = "/etc/kubernetes"
	DefaultPodSubnet                = "10.253.0.0/16"
	DefaultServiceSubnet            = "10.254.0.0/16"
	DefaultBootstrapServerBindPort  = 8080
	DefaultHealthcheckProxyBindPort = 6444

	DefaultBootstrapServerVersion  = "0.3.0"
	DefaultCoreDNSVersion          = "1.6.9"
	DefaultHealthcheckProxyVersion = "0.1.0"
	DefaultPauseImageVersion       = "3.3"

	KubeAPIServerImage         = "k8s.gcr.io/kube-apiserver"
	KubeControllerManagerImage = "k8s.gcr.io/kube-controller-manager"
	KubeSchedulerImage         = "k8s.gcr.io/kube-scheduler"
	KubeProxyImage             = "k8s.gcr.io/kube-proxy"
	PauseImage                 = "k8s.gcr.io/pause"

	CoreDNSImage              = "docker.io/coredns/coredns"
	CritBootstrapServerImage  = "docker.io/criticalstack/bootstrap-server"
	CritHealthCheckProxyImage = "docker.io/criticalstack/healthcheck-proxy"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerRuntime

type ContainerRuntime string
const (
	Containerd ContainerRuntime = "containerd"
	Docker     ContainerRuntime = "docker"
	CRIO       ContainerRuntime = "crio"
)

func (ContainerRuntime) CRISocket

func (cr ContainerRuntime) CRISocket() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL