mirror of
https://github.com/rancher/rke.git
synced 2025-04-27 19:25:44 +00:00
Fix case for CRI Dockerd JSON key
This commit is contained in:
parent
c732e14868
commit
a0c564b6a7
@ -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