Edge Conductor
Edge Conductor can be installed either on AWS infrastructure or on-premise servers.
Developer Release Notes
For the tasks below, please refer to the developer release notes for each version.
- Service operator who installs and updates version of edge conductor.
- Client developer using edge conductor's API (e.g. edge app developer)
SW Version | Release Date | API Version | DB Alembic | Helm Chart Version |
---|---|---|---|---|
2.4.2 | Apr 23, 2025 | v1 | 9b6cca6c9533 | 1.2.23 |
2.4.1 | Mar 17, 2025 | v1 | c06ff5814305 | 1.2.22 |
2.4.0 | Feb 12, 2025 | v1 | c06ff5814305 | 1.2.20 |
2.3.1 | Dec 17, 2024 | v1 | 9ca6cf582382 | 1.1.10 |
2.3.0 | Oct 02, 2024 | v1 | 5f7a73d5f192 | 0.2.0 |
2.2.1 | Jul 16, 2024 | v1 | 91f22e8a97c9 | 0.1.8 |
2.2.0 | Jun 28, 2024 | v1 | 91f22e8a97c9 | 0.1.6 |
2.1.0 | Apr 24, 2024 | v1 | 18210aedaa1c | - |
2.0.0 | Mar 15, 2024 | v1 | 7882c6423672 | - |
Setup
After installation, when users access the Edge Conductor Web URL, the Setup page opens.
The system administrator must enter the required config values necessary for the service.
After entering the required config values, accessing the Web URL again will display the Edge Conductor Login page instead of the Setup page.
The required input values displayed on the Setup page are as follows:
Name | Description | Example |
---|---|---|
First Admin User Id | Enter the admin account to be registered for the service | admin |
First Admin User Password | Set the password for the admin account to be registered for the service. If registering LDAP accounts, enter the password registered on the LDAP server | password |
AI Conductor Host URL | Enter the Host URL of the AI Conductor | https://aicond.meerkat.com:443/api |
AI Conductor Edge Service Account Id | Set the edge service account information registered on the AI Conductor server | aic-user |
AI Conductor Edge Service Account Password | Set the edge service account information registered on the AI Conductor server | aic-password |
AI Conductor Link URL | Set the AI Conductor Link. When the AI Conductor Link icon is clicked within the Edge Conductor Web, this URL will be opened | https://aicond.meerkat.com |
If Edge Conductor is installed on the same EKS cluster as AI Conductor, you can enter the Kubernetes DNS in the
AI Conductor Host URL
. For more details, refer to DNS for Services and Pods
Manual Database Migration (Optional)
Edge Conductor automatically performs database migration through alembic upon its initial execution.
DB Migration via SQL Scripts
If you do not have MySQL DDL permissions, you will need to perform the database migration directly using SQL scripts. Check the necessary SQL statements and execute the scripts to proceed with the migration.
SQL Statements by Alembic Patch
Please refer to the URL below for the SQL statements corresponding to each Alembic patch.