Skip to content

Questions about Container Infrastructure Recommendation API Response #154

@yunkon-kim

Description

@yunkon-kim

@hanizang77

  1. What is the minimum version of Tumblebug required to replace tbmodel.TbMciDynamicReq with tbmodel.TbK8sClusterDynamicReq?

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
}

  1. Is there anything else that should be considered to replace tbmodel.TbMciDynamicReq?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions