Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create a single cluster with containerd instead of docker ? #1628

Open
raphael10-collab opened this issue Oct 25, 2023 · 0 comments
Open
Labels
question Further information is requested

Comments

@raphael10-collab
Copy link

Hi! I installed and setup Kubernetes Cluster using containerd ( I followed these indications: https://www.linuxtechi.com/install-kubernetes-on-ubuntu-22-04/ ) .

But now, that I want to install a single k8s cluster , it seems that I'm not able to use the script setup-kind-multicluster.sh , because it requires docker :

  root@k8s-eu-1-master:~/k8ssandra-operator# ./scripts/setup-kind-multicluster.sh --clusters 1 --kind-worker-nodes 5
  ./scripts/setup-kind-multicluster.sh: line 70: docker: command not found

I tried then to install docker, but there is a conflict between containerd and docker :

root@k8s-eu-1-master:~/k8ssandra-operator# sudo apt install docker.io
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 containerd.io : Conflicts: containerd
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Other Info:

helm : v3.13.1
OS: Ubuntu 22.04

How to create a single cluster with containerd instead of docker ?

@raphael10-collab raphael10-collab added the question Further information is requested label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant