k0s ctr

1 개요[ | ]

k0s ctr
# k0s ctr
NAME:
   ctr - 
        __
  _____/ /______
 / ___/ __/ ___/
/ /__/ /_/ /
\___/\__/_/

containerd CLI


USAGE:
   k0s [global options] command [command options] [arguments...]

VERSION:
   1.7.13

DESCRIPTION:
   
ctr is an unsupported debug and administrative client for interacting
with the containerd daemon. Because it is unsupported, the commands,
options, and operations are not guaranteed to be backward compatible or
stable from release to release of the containerd project.

COMMANDS:
   plugins, plugin            Provides information about containerd plugins
   version                    Print the client and server versions
   containers, c, container   Manage containers
   content                    Manage content
   events, event              Display containerd events
   images, image, i           Manage images
   leases                     Manage leases
   namespaces, namespace, ns  Manage namespaces
   pprof                      Provide golang pprof outputs for containerd
   run                        Run a container
   snapshots, snapshot        Manage snapshots
   tasks, t, task             Manage tasks
   install                    Install a new package
   oci                        OCI tools
   sandboxes, sandbox, sb, s  Manage sandboxes
   info                       Print the server info
   deprecations               
   shim                       Interact with a shim directly
   help, h                    Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --debug                      Enable debug output in logs
   --address value, -a value    Address for containerd's GRPC server (default: "/run/k0s/containerd.sock") [$CONTAINERD_ADDRESS]
   --timeout value              Total timeout for ctr commands (default: 0s)
   --connect-timeout value      Timeout for connecting to containerd (default: 0s)
   --namespace value, -n value  Namespace to use with commands (default: "k8s.io") [$CONTAINERD_NAMESPACE]
   --help, -h                   show help
   --version, -v                print the version
# k0s ctr c ls
CONTAINER                                                           IMAGE                                                      RUNTIME                  
215ea80e4e1d8cd2f52e93845c778d3346fa2b0951fa7f4602841e15fb322a64    registry.k8s.io/pause:3.9                                  io.containerd.runc.v2    
2ecf04e481f99b3cb3a165f113afc69a35e68f11262b083baded284d9d20bdcc    quay.io/k0sproject/kube-proxy:v1.29.2                      io.containerd.runc.v2    
3c1603c9445183ca3dcf6543529e32f9bd28d625c97f1288a03fd55378710423    quay.io/k0sproject/cni-node:1.3.0-k0s.0                    io.containerd.runc.v2    
3e00153334f44d8d609cd0ee1505d318a2aeb2fc73d615a8a729daf43aac7afe    registry.k8s.io/metrics-server/metrics-server:v0.6.4       io.containerd.runc.v2    
6eda290fcb8488cefc98d93bf1fdc1e8c2cab2f3e9f9c689de08b40b238a5ada    registry.k8s.io/pause:3.9                                  io.containerd.runc.v2    
78064a3244568b1e2c8be949a2c6d80a89ea92fdc7a548731a1eb7021a8517d2    registry.k8s.io/pause:3.9                                  io.containerd.runc.v2    
81b7b35c0f354365243f4329274164415ff4054a2eeb71c8e5fb81f774cb7a45    quay.io/k0sproject/coredns:1.11.1                          io.containerd.runc.v2    
8a7c5e7deee8f2f58093bccd87b53318d971d92d99fda140e49577d3b4066999    quay.io/k0sproject/kube-router:v1.6.0-iptables1.8.9-1      io.containerd.runc.v2    
8f246877bff7b3449212b95b0e102d2552a2162866d0495cd8bb3ac3c830619b    registry.k8s.io/pause:3.9                                  io.containerd.runc.v2    
9b5424c44db9b5489416d5406271e20ea35174d5b2de4bbb383c9334694a68d0    quay.io/k0sproject/kube-router:v1.6.0-iptables1.8.9-1      io.containerd.runc.v2    
dd5551a09ff654234f2710955fc2fac34f87c2bae8d88e0294c515797b61cd96    quay.io/k0sproject/apiserver-network-proxy-agent:v0.1.4    io.containerd.runc.v2    
fdcdcc6953f17cf38c44d20215c28003c587c98e6efb2b24da20d46b827d68f4    registry.k8s.io/pause:3.9                                  io.containerd.runc.v2

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}