Files
porthole/images/compute-utility
SPEARS, DUSTIN (ds443n) 37e660a6ef Update kubernetes to v1.33.5
Change-Id: Ia698e1a3eeb6fe1900411d8583897f323f6f1593
Signed-off-by: SPEARS, DUSTIN (ds443n) <ds443n@att.com>
2025-09-29 10:53:46 -04:00
..
2024-08-15 16:47:05 -04: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.