porthole/images/compute-utility
Sergiy Markin 5ead2930ae Restore bionic images
This PS restores building ans testing bionic images

Change-Id: Id88e1c096a8934e5974b9404cc2b0bfd748fc25f
2023-06-07 04:15:14 +00:00
..
Dockerfile.ubuntu_bionic Restore bionic images 2023-06-07 04:15:14 +00:00
Dockerfile.ubuntu_focal Update kubectl version to 1.27.1 2023-05-19 09:41:08 -04:00
README.md Editorial changes to documentation files 2019-12-16 09:21:19 -06: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.