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

kata-manager | Add support for installing nerdctl #8358

Closed
fidencio opened this issue Nov 2, 2023 · 0 comments · Fixed by #8958
Closed

kata-manager | Add support for installing nerdctl #8358

fidencio opened this issue Nov 2, 2023 · 0 comments · Fixed by #8958
Labels
area/utils/kata-manager The kata-manager utility enhancement Improvement to an existing feature

Comments

@fidencio
Copy link
Member

fidencio commented Nov 2, 2023

kata-manager is a very nice script that can be used to get kata-containers up and running with ctr in no time. However, this can be expanded to also support installing a version of nerdctl, and have kata-containers running there.

This should not be the default option, but should be clearly documented that it's an option, and what users should do to get this to work.

This is very similar to #8357.

@fidencio fidencio added the enhancement Improvement to an existing feature label Nov 2, 2023
@fidencio fidencio added the area/utils/kata-manager The kata-manager utility label Nov 2, 2023
fidencio added a commit to fidencio/kata-containers that referenced this issue Jan 30, 2024
As already done for docker, let's also add support for installing
nerdctl + kata containers.

For now, at least for now, we are explicitly not allowing the
combination of installing both docker and nerdctl in the same
installation in order to reduce the script complexity.

Also, nerdctl installation, for now, is limited to x86_64 and aarch64 as
those are the only architectures that nerdctl releases a "full" package
for.

Fixes: kata-containers#8358

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
@katacontainersbot katacontainersbot moved this from To do to In progress in Issue backlog Jan 30, 2024
fidencio added a commit to fidencio/kata-containers that referenced this issue Jan 30, 2024
As already done for docker, let's also add support for installing
nerdctl + kata containers.

For now, at least for now, we are explicitly not allowing the
combination of installing both docker and nerdctl in the same
installation in order to reduce the script complexity.

Also, nerdctl installation, for now, is limited to x86_64 and aarch64 as
those are the only architectures that nerdctl releases a "full" package
for.

Fixes: kata-containers#8358

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
fidencio added a commit to fidencio/kata-containers that referenced this issue Feb 1, 2024
As already done for docker, let's also add support for installing
nerdctl + kata containers.

For now, at least for now, we are explicitly not allowing the
combination of installing both docker and nerdctl in the same
installation in order to reduce the script complexity.

Also, nerdctl installation, for now, is limited to x86_64 and aarch64 as
those are the only architectures that nerdctl releases a "full" package
for.

Fixes: kata-containers#8358

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
c3d pushed a commit to c3d/kata-containers that referenced this issue Feb 23, 2024
As already done for docker, let's also add support for installing
nerdctl + kata containers.

For now, at least for now, we are explicitly not allowing the
combination of installing both docker and nerdctl in the same
installation in order to reduce the script complexity.

Also, nerdctl installation, for now, is limited to x86_64 and aarch64 as
those are the only architectures that nerdctl releases a "full" package
for.

Fixes: kata-containers#8358

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/utils/kata-manager The kata-manager utility enhancement Improvement to an existing feature
Development

Successfully merging a pull request may close this issue.

1 participant