Skip to content

Files

Latest commit

c445296 · Oct 22, 2024

History

History

ais-operator-helper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 22, 2024
Oct 22, 2024
Mar 22, 2024
Mar 22, 2024

AIS Operator Helper Docker Image

The ais-operator-helper Docker image contains essential utilities for the AIS Operator. These tools assist in various operational tasks to maintain and manage the AIS cluster efficiently.

Executable Name Description
cleanup-helper The cleanup-helper is designed to perform cleanup operations across all nodes within an AIS cluster. It deletes all files matching the .ais.* pattern within a specified directory.
Usage:
/cleanup-helper -dir=/etc/ais
This command in the docker image will delete all files matching the pattern in the /etc/ais directory.