Files
porthole/images/kubeadm-utility
Ruslan Aliev 6d42bad6b4 Add gettext-base package to kubeadm-utility image
Change-Id: I8e954ea181df9ecca22cb1862c525a1aeca34ffe
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
2025-07-28 11:50:24 -05:00
..
2025-07-01 16:28:50 -05:00

Compute-utility Container

This container enables Operations personnel to access services running on the compute nodes. Operations personnel can get the appropriate data from this utility container by specifying the node and respective service command within the local cluster.

Usage

  1. Get into the utility pod using kubectl exec. Perform an operation as in the following example.
      kubectl exec -it <POD_NAME> -n utility /bin/bash
  1. Use the following syntax to run commands.
      utilscli <client-name> <server-hostname> <command> <options>

Example:

      utilscli libvirt-client node42 virsh list

Accepted client names are:

  • libvirt-client
  • ovs-client
  • ipmi-client
  • perccli-client
  • numa-client
  • sos-client

Commands for each client vary with the client.