-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
questionFurther information is requestedFurther information is requested
Description
- What is the minimum version of Tumblebug required to replace
tbmodel.TbMciDynamicReq
withtbmodel.TbK8sClusterDynamicReq
?
cm-beetle/pkg/core/recommendation/recommendation.go
Lines 373 to 381 in 1898377
func RecommendContainer(provider, region string, srcInfra inframodel.OnpremInfra) (RecommendedInfraInfo, error) { | |
var emptyResp RecommendedInfraInfo | |
var result RecommendedInfraInfo | |
result.TargetInfra = tbmodel.TbMciDynamicReq{ | |
Description: "Recommended Kubernetes node configuration by CM-Beetle", | |
Name: "recommended-k8s-cluster", | |
Vm: []tbmodel.TbVmDynamicReq{}, // a field to contain Kubernetes node information | |
} |
- Is there anything else that should be considered to replace
tbmodel.TbMciDynamicReq
?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested