porthole/images/compute-utility
diwakar thyagaraj ca99a26592 Enable consistent Docker Images
1) Cleanup to enhance consistency of Docker Images.

Change-Id: Id0e82091f52c8c682feba88ab898d1312da7cb28
Signed-off-by: diwakar thyagaraj <diwakar.chitoor.thyagaraj@att.com>
2020-07-30 18:23:58 +00: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.