1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-09 02:51:15 +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 8b3b48abf5
commit 39cff368ce
2 changed files with 17 additions and 2 deletions

View File

@@ -65,6 +65,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 {