Platform Management
Workspaces
Account Management
- About User Accounts
- Account Management
- General Settings
- Audit logs
- Access Control
- Personal Settings
Tables
Dashboards
Self Service Portal
- Using the Portal
- Chat Bots
- Portal Management
Runners
- Runner Basics
- Deploying Runners
- Secrets Managers
- Object Storage
Blink Privacy & Security
Runner Settings
The Runner Settings section allows you to manage and customize your runners. From setting a default runner to editing, updating, sharing, or deleting existing runners, these controls help you keep your runner environment aligned with your organization’s needs. You can also configure notifications to stay informed about runner status or activity.
On the Runners Page, you can click the button beside a particular runner and then pick from these options: set as default, edit, or delete.
The out-of-the-box default Runner Group in each Workspace is the Blink Cloud
Runner Group.
To designate a different runner as the default, click the icon and select the “Set as Default” option.
Makes changes to a runner, by following these step-by-step instructions
Choosing for the Edit Runner option triggers a popup where you can conveniently modify the details of the selected runner.
Enhance your chosen Runner by selecting tags from the dynamic dropdown menu. Additionally, you can select the runner as the Default Runner by checking the designated checkbox.
For the best experience and performance, ensure that you always install the latest version of the runner. Blink runners are automatically updated by default. It is possible to disable auto-updating, and alternatively update runners manually using one of the following options described below.
Disabling Auto-Update of a Runner
Auto-updating is enabled by default. To disable, do as follows:
On the Blink platform, in the lower-left corner, click your initials > Account Settings > General.
Deselect Enable runner auto upgrade. Runners will not be updated as new versions are available.
Option 1: Updating a Runner Manually
A runner can be updated manually from the Runners page. In the Version column, updated runners name and version appear in white, and runners that need to be updated have a warning sign next to their version.
To manually update a runner, navigate to the Blink Runners page. In the Version column, you’ll see up-to-date runners displayed in white, while those requiring updates appear in yellow. To update a runner, simply click on the version highlighted in yellow. Once the update is complete, the runner’s version will change to white, indicating it is up-to-date.
To see the status of the Runner, click > Edit. As the Runner is being updated, the status will change from Connected to Shutting down, and back to Connected.
Option 2: Manual Update via CloudFormation
To update a runner via CloudFormation stack configuration, assuming you have a runner that was deployed via CloudFormation, follow these instructions:
Open the deployed CloudFormation stack via the AWS console.
In the Runner Version parameter, update the value to the new runner version.
Redeploy the CloudFormation stack.
Option 3: Updating a Runner via CLI
Kubernetes Manual Update via CLI
To update a Runner via the CLI in the Helm client, use the following command:
helm upgrade -n blink --reuse-values --set image.tag=<version> blink-runner oci://public.ecr.aws/x9s7x6t7/blink-runner
Docker Manual Update via CLI
To update a Runner via the CLI in the Docker client, use the following command:
docker kill -signal "SIGINT" && docker rm -f blink-runner && \
docker run -d --name blink-runner -e CTRL_URL=https://app.blinkops.com -e BLINK_RUNNER_CONFIG=/blink/config.yml \
--restart unless-stopped -v /var/run/docker.sock:/var/run/docker.sock \
--add-host "host.docker.internal:host-gateway" \
blinkops/blink-runner:<version> ./blink-runner -auth <apikey>
Share runners, by following these step-by-step instructions
Click on the three dot menu next to the Runner you would like to share.
Select a workspace from the dropdown menu. Members of this workspace can now use the runner.
Remove runner from your workspace, by following these step-by-step instructions
To delete a runner, click on the button next to the desired runner and choose the delete option.
- A pop-up named Delete Runner will appear, informing you about potential Workflow failures due to a missing runner. If you don’t choose a different runner, you’ll need to pick one for all Workflow or select a runner for each Workflow individually. After making your selections, you can then click the delete button located in the bottom-right corner.
How to Set up a Runner Notification Workflow
Learn how to set up a runner notification workflow, by following these step-by-step instructions.
In the Workflow Editor
Configure the event-based trigger by selecting the ‘Blink Runner Notification’ option. Press the continue button in the bottom-right corner.
Confirm the Trigger Setup by clicking the apply button in the bottom-right corner and continue to build your desired Workflow.
Upon completion of creating your Workflow, proceed to publish and activate it.
Proceed by navigating to the Runners Page and select the click the button beside a particular runner and select the Edit Runner option.
Access the Notifications tab in the ‘Edit Runner’ popup. Customize your notification preferences—whether via email or via a workflow. You will only be able to choose from the Event-Based Blink Runner Notification Workflow options that have been published and activated
You can receive three types of different notifications:
-
Runner Outdated: When the runner version is outdated, and automatic runner updates are disabled.
-
Runner update failed: When a runner automatic update fails for any reason, when automatic updates are enabled.
-
Runner Disconnected: For when a Runner has been disconnected for over 10 minutes.
10 minutes is the default time, however if you would like to make the time period longer or shorter please contact support: suppert@blinkops.com
Was this page helpful?