Orange-OpenSource / towards5gs-helm

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

Error when installating multiple replicas of a NF #40

Closed hkerma closed 2 years ago

hkerma commented 2 years ago

Hello, I am changing the value of replicaCount in the AMF values.yaml file. However when I tried to deploy with Helm, it fails with the error message:

Error: INSTALLATION FAILED: deployments.apps "free5gc-free5gc-amf-amf"already exists

We don't have any problem deploying free5gc with only the default replica count value.

Any idea on how to solve that? Is there some conflict over Deployment names when setting multiple replicas?

Thanks,

hkerma commented 2 years ago

My mistake, I misconfigured something. Closing.