Offline Agent Package Installation and Upgrades
How to set up BindPlane OP to host agent packages locally
important
🚧 This feature is only available in BindPlane OP Enterprise or BindPlane for Google. Learn more here.
Enable Offline Agent Package Hosting and Upgrades
This feature allows BindPlane OP to host the agent packages. This is used in environments where either BindPlane or the Agent system does not have external network access to GitHub.
BPOP offline agent configuration
In order to use offline agent upgrades, the feature must first be enabled.
To enable offline agent upgrades, the offline
option must be enabled. The folder where agent upgrade artifacts will be stored when uploaded may also be configured. By default, agent upgrade artifacts are stored in /var/lib/bindplane/agent-upgrades
.
Here is an example config enabling offline mode, which has the 'offline: true' added right after the 'apiVersion' section.
Upload an Agent Upgrade Artifact Package
Agent artifact packages can be uploaded to the BindPlane OP server to allow agents to upgrade to new versions, as well as allow agents to be installed through BindPlane OP while in offline mode. These packages can be found and downloaded from the releases page of the observIQ Distro for OpenTelemetry GitHub repository. You can download the artifact package to the BindPlane OP server through SSH like the example below:
To upload an agent upgrade artifact package, use the bindplane upload agent-upgrade
command. This requires that you first set up the CLI. If you have not done so previously, you can set up a profile like the example below:
The artifact package should be downloaded onto the machine from which you are running the bindplane
cli, which may or may not be the BindPlane OP server. In this example, version 1.59.1 of the collector is being uploaded to BindPlane OP:
If the file has been renamed, you must specify the --version
flag with the version you are uploading:
Delete Old Agent Artifact Packages
Agent versions and agent artifact packages can be removed using the bindplane delete agent-version
command:
This will delete the version from BindPlane OP and remove the unpacked artifact package from the disk of the BindPlane OP server.