porthole/images/compute-utility
astebenkova f543332804 [images] Upgrade distro version to Ubuntu Jammy
+ add python3-netifaces for successful pip packages compilation and
  orphan-sysvinit-scripts to install /etc/init.d/rsyslog script in Jammy
+ build specific image instead of all in airship-porthole-images-* jobs

Change-Id: I5c9b3bf81db95a03bd623d3c46f37f37bd595504
2024-05-20 18:18:59 +03:00
..
Dockerfile.ubuntu_bionic [images] Decrease images size 2023-12-21 19:04:12 +02:00
Dockerfile.ubuntu_focal K8S upgrade v1.29.3 2024-04-09 11:02:09 -05:00
Dockerfile.ubuntu_jammy [images] Upgrade distro version to Ubuntu Jammy 2024-05-20 18:18:59 +03:00
README.md Editorial changes to documentation files 2019-12-16 09:21:19 -06:00

README.md

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.