mirror of
https://github.com/rancher/rke.git
synced 2025-08-31 22:46:25 +00:00
key rotation as part of ClusterUp, more robust secrets rewrite, improved logging
This commit is contained in:
@@ -57,6 +57,8 @@ type RancherKubernetesEngineConfig struct {
|
||||
Restore RestoreConfig `yaml:"restore" json:"restore,omitempty"`
|
||||
// Rotating Certificates Option
|
||||
RotateCertificates *RotateCertificates `yaml:"rotate_certificates,omitempty" json:"rotateCertificates,omitempty"`
|
||||
// Rotate Encryption Key Option
|
||||
RotateEncryptionKey bool `yaml:"rotate_encryption_key" json:"rotateEncryptionKey"`
|
||||
// DNS Config
|
||||
DNS *DNSConfig `yaml:"dns" json:"dns,omitempty"`
|
||||
// Upgrade Strategy for the cluster
|
||||
|
Reference in New Issue
Block a user