omec-project / sdcore-helm-charts

Helm charts used for SD-Core packaging
8 stars 8 forks source link

unable to insatll sdcore #33

Closed Sivanesh1992 closed 3 months ago

Sivanesh1992 commented 3 months ago

hi i am using ubuntu-22.04 OS and followed below steps to install sd core but getting error please help me.

  1. git clone https://github.com/omec-project/sdcore-helm-charts.git

  2. cd sdcore-helm-charts/sdcore-helm-charts/

  3. helm dep update

  4. $ helm install -n sdcore-5g --create-namespace -f values.yaml sdcore-5g ~/sdcore-helm-charts/sdcore-helm-charts Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "access-net" namespace: "" from "": no matches for kind "NetworkAttachmentDefinition" in version "k8s.cni.cncf.io/v1" ensure CRDs are installed first, resource mapping not found for name: "core-net" namespace: "" from "": no matches for kind "NetworkAttachmentDefinition" in version "k8s.cni.cncf.io/v1" ensure CRDs are installed first]

my version is :

$ kubectl version --client Client Version: v1.30.1 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3

$ helm version version.BuildInfo{Version:"v3.15.1", GitCommit:"e211f2aa62992bd72586b395de50979e31231829", GitTreeState:"clean", GoVersion:"go1.22.3"}

Sivanesh1992 commented 3 months ago

Issue cleared after installing Multus CNI plugin