1
0
mirror of https://github.com/rancher/rke.git synced 2025-05-11 09:55:38 +00:00

Merge pull request from superseb/cridockerd_fixcase

Fix case for CRI Dockerd JSON key
This commit is contained in:
Sebastiaan van Steenis 2021-06-24 22:54:53 +02:00 committed by GitHub
commit 8a5d56021d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ type RancherKubernetesEngineConfig struct {
// Enable/disable strict docker version checking
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"`
EnableCRIDockerd *bool `yaml:"enable_cri_dockerd" json:"enableCriDockerd" norman:"default=false"`
// Kubernetes version to use (if kubernetes image is specified, image version takes precedence)
Version string `yaml:"kubernetes_version" json:"kubernetesVersion,omitempty"`
// List of private registries and their credentials