Migrating to New Runner Infrastructure

We're excited to introduce our new, more stable runner infrastructure for improved performance and reliability. To ensure a smooth transition, we ask all current users to switch from the old runner infrastructure to the new one.

Why Switch?

The new runner infrastructure offers several advantages over the old one:

  • Improved stability and reliability.

  • Enhanced performance.

  • Better support for scaling and future updates.

Migration Process

To migrate to the new runner infrastructure, follow these simple steps:

  1. Run Migration Script: Execute the following curl command to initiate the migration process. This command will delete the necessary namespaces associated with the old infrastructure:

curl -sSfLO https://destroy-old-runner-infrastructure.s3.amazonaws.com/destroy-old-runner-infrastructure.sh && chmod +x destroy-old-runner-infrastructure.sh && ./destroy-old-runner-infrastructure.sh
  1. Deploy New Runner: After running the migration script, deploy a new runner using our improved local runners technology. You can do this either at https://app.kubiya.ai/local-runners or within Slack using the /manage command.

Need Help?

If you encounter any issues or need assistance during the migration process, please don't hesitate to reach out to our support team at support@kubiya.ai. We're here to help make the transition as smooth as possible.

Thank you for your cooperation in upgrading to our new runner infrastructure!

Last updated