From 9d8e2ed12e227a6fe065331e6623b612d367ebc8 Mon Sep 17 00:00:00 2001 From: Dan Ramich Date: Wed, 20 Mar 2019 10:54:45 -0700 Subject: [PATCH] Update rke --- apis/management.cattle.io/v3/rke_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/management.cattle.io/v3/rke_types.go b/apis/management.cattle.io/v3/rke_types.go index 8b92b2bd..97a0f750 100644 --- a/apis/management.cattle.io/v3/rke_types.go +++ b/apis/management.cattle.io/v3/rke_types.go @@ -16,7 +16,7 @@ type RancherKubernetesEngineConfig struct { // List of images used internally for proxy, cert downlaod and kubedns SystemImages RKESystemImages `yaml:"system_images" json:"systemImages,omitempty"` // SSH Private Key Path - SSHKeyPath string `yaml:"ssh_key_path" json:"sshKeyPath,omitempty"` + SSHKeyPath string `yaml:"ssh_key_path" json:"sshKeyPath,omitempty" norman:"nocreate,noupdate"` // SSH Agent Auth enable SSHAgentAuth bool `yaml:"ssh_agent_auth" json:"sshAgentAuth"` // Authorization mode configuration used in the cluster