1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-26 15:34:02 +00:00

added streaming server addr configuration for cri-dockerd

This commit is contained in:
vardhaman22
2024-08-22 20:20:02 +05:30
parent 5a7abc10bd
commit bb16872121
2 changed files with 17 additions and 2 deletions

View File

@@ -66,6 +66,10 @@ type RancherKubernetesEngineConfig struct {
DNS *DNSConfig `yaml:"dns" json:"dns,omitempty"`
// Upgrade Strategy for the cluster
UpgradeStrategy *NodeUpgradeStrategy `yaml:"upgrade_strategy,omitempty" json:"upgradeStrategy,omitempty"`
// Stream Server Address for cri-dockerd
CRIDockerdStreamServerAddress string `yaml:"cri_dockerd_stream_server_address" json:"criDockerdStreamServerAddress,omitempty"`
// Stream Server Port for cri-dockerd
CRIDockerdStreamServerPort string `yaml:"cri_dockerd_stream_server_port" json:"criDockerdStreamServerPort,omitempty"`
}
func (r *RancherKubernetesEngineConfig) ObjClusterName() string {