mirror of
https://github.com/rancher/rke.git
synced 2025-09-07 18:12:06 +00:00
Add flag for enabling cri-dockerd
This commit is contained in:
@@ -33,6 +33,8 @@ type RancherKubernetesEngineConfig struct {
|
|||||||
Authorization AuthzConfig `yaml:"authorization" json:"authorization,omitempty"`
|
Authorization AuthzConfig `yaml:"authorization" json:"authorization,omitempty"`
|
||||||
// Enable/disable strict docker version checking
|
// Enable/disable strict docker version checking
|
||||||
IgnoreDockerVersion *bool `yaml:"ignore_docker_version" json:"ignoreDockerVersion" norman:"default=true"`
|
IgnoreDockerVersion *bool `yaml:"ignore_docker_version" json:"ignoreDockerVersion" norman:"default=true"`
|
||||||
|
// Enable/disable using cri-dockerd
|
||||||
|
EnableCRIDockerd *bool `yaml:"enable_cri_dockerd" json:"enableCRIDockerd" norman:"default=false"`
|
||||||
// Kubernetes version to use (if kubernetes image is specified, image version takes precedence)
|
// Kubernetes version to use (if kubernetes image is specified, image version takes precedence)
|
||||||
Version string `yaml:"kubernetes_version" json:"kubernetesVersion,omitempty"`
|
Version string `yaml:"kubernetes_version" json:"kubernetesVersion,omitempty"`
|
||||||
// List of private registries and their credentials
|
// List of private registries and their credentials
|
||||||
|
Reference in New Issue
Block a user