Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Update information on AliECS production deployment #584

Merged
merged 2 commits into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,15 @@ http://centosvmtest:5050/api/v1/scheduler
```

See [Using `coconut`](./coconut/README.md) for instructions on the O² Control core command line interface.

# Running AliECS in production

The AliECS core runs as a systemd service in the O²/FLP cluster at Point 2.

## Health checks

There is a checker script that polls AliECS for its status (`coconut env list`).

1) The checker script runs via cron (checkAliECScore available in GL) and makes 3 attempts with 10 seconds timeout.
2) All failed attempts are recorded in the aliecs local file /tmp/checkAliECScore.out
3) The ILG message is issued at the third consecutive failure.
Loading