Orange-OpenSource / towards5gs-helm

Helm charts for deploying 5G network services on Kubernetes
Other
166 stars 130 forks source link

Unable to create kind cluster with two nodes #118

Closed bshetty closed 1 month ago

bshetty commented 2 months ago

Problem: Unable to create two node kind clusters but three node works. Will this change the steps that follow?

Symptom: using the following config fails:

    kind: Cluster
    apiVersion: kind.x-k8s.io/v1alpha4
    nodes:
    - role: control-plane
    - role: worker

However this goes through:

    kind: Cluster
    apiVersion: kind.x-k8s.io/v1alpha4
    nodes:
    - role: control-plane
    - role: worker
    - role: worker

I understand this might be a kind issue. However would this impact the steps to deploy free5gc on the kind cluster ? The installation of CNI plugins and Multus CNI on the cluster went through without issues.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 month ago

This issue was closed because it has been inactive for 14 days since being marked as stale.