mirror of
https://github.com/rancher/rke.git
synced 2025-05-11 09:55:38 +00:00
Merge pull request #2585 from superseb/cridockerd_fixcase
Fix case for CRI Dockerd JSON key
This commit is contained in:
commit
8a5d56021d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user