
+ update K8s patch version to v1.28.5 + update percona-toolkit patch version to v3.5.5 + switch to secure https postgres repository A bunch of redundant third-party packages are installed inside the images, many with security vulnerabilities. Implementing best practices should solve both problems. Change-Id: I2105fe0b6058b64ae49d2977da5f1e8bad976991
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
- 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
- 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.