【问题标题】:How to create more than one cluster in minikube如何在 minikube 中创建多个集群
【发布时间】:2021-10-05 18:03:47
【问题描述】:

我需要在 minikube 中创建额外的集群。找了半天没找到这方面的资源。如何在minikube中创建集群?

【问题讨论】:

    标签: docker kubernetes google-kubernetes-engine minikube kubernetes-security


    【解决方案1】:

    创建第一个名为cluster-1的集群:

    minikube start -p cluster-1
    

    创建名为cluster-2的第二个集群:

    minikube start -p cluster-2
    

    在集群之间切换:

    # switch to cluster-1
    minikube profile cluster-1
    
    # switch to cluster-2
    minikube profile cluster-2
    
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-07-08
      • 1970-01-01
      • 2023-03-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多