mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-05 23:44:21 +01:00
s390x apparently does not support rust-tls, which is required by the network check (due to the `reqwest` crate dependency). Disable the network check on s390x until we can find a solution to the problem. > **Note:** > > This fix is assumed to be a temporary one until we find a solution. > Hence, I have not moved the network check code (which should be entirely > generic) into an architecture specific module. Fixes: #5435. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Kata Containers control tool
Overview
The kata-ctl tool is a rust rewrite of the
kata-runtime
utility program.
The program provides a number of utility commands for:
- Using advanced Kata Containers features.
- Problem determination and debugging.
Audience and environment
Users and administrators.
Build the tool
$ make
Install the tool
$ make install
Run the tool
$ kata-ctl ...
For example, to determine if your system is capable of running Kata Containers, run:
$ kata-ctl check all
Full details
For a usage statement, run:
$ kata-ctl --help