nokia / danm

TelCo grade network management in a Kubernetes cluster
BSD 3-Clause "New" or "Revised" License
373 stars 81 forks source link

Support building danm with default CRI #254

Open prnvkv opened 3 years ago

prnvkv commented 3 years ago

Is this a BUG REPORT or FEATURE REQUEST?: Feature request

Uncomment only one, leave it on its own line: feature Currently when we try to use build.sh when neither docker or podman is present, it throws error : The build process requires docker or buildah/podman installed. Please install any of these and make sure these are executable Terminating with error!

What happened: When k3s is installed without docker or podman, and try to use danm plugin, it throws the error: The build process requires docker or buildah/podman installed. Please install any of these and make sure these are executable Terminating with error!

What you expected to happen: No error How to reproduce it: Install k3s and run build.sh from danm

Levovar commented 3 years ago

just for my reference, what does your environment have? containerd?

prnvkv commented 3 years ago

@Levovar Thanks for addressing this issue. Yes, it runs with containerd which is packaged along with k3s