Automate operational tasks and workflows in installs.
actions
directory at the root of the App Config, and create a TOML file for each action. e.g., alb_healthcheck.toml
deployment_restart.toml
kubectl_logs.toml
.
If Actions need to connect to a VCS, use either a public repo (using a public_repo
block) or a private GitHub
repo (using a connected_repo
block). Read more about VCS configuration here.
For example, to pull logs from all Kubernetes pods in a namespace, you would write an action like this: