porthole/images/compute-utility
Prateek Dodda 9c2038cb59 Compute UC python and Ubuntu upgrade.
This Patchset updated Ubuntu to  Bionic
and Python from 2.0 to 3.0.

Change-Id: Ife0b2041c6c5c8935eb11d9157f39a217b130ae1
2019-12-11 15:33:47 +00:00
..
2019-11-19 14:56:22 +00:00

Compute-utility Container

This container shall allow access to services running on the each compute node. Support personnel should be able to get the appropriate data from this utility container by specifying the node and respective service command within the local cluster.

Usage

  1. Get in to the utility pod using kubectl exec. To perform any operation use the below example.

    • kubectl exec -it <POD_NAME> -n utility /bin/bash
  2. Run the utilscli with commands formatted:

    • utilscli

example:

  • utilscli libvirt-client mtn16r001c002 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.