Skip to content
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
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@ Also, the execution locations are part of Steadybit's environment concept, so yo
Before activating the location selection feature, be sure to follow these steps:
1. The installed agent version needs to be >= 2.0.47, and - only for on-prem customers - the platform version needs to be >=2.2.2
2. Activate the location selection via environment or helm variable when deploying the latest extension version (see [configuration options](#configuration).
3. Configure every environment that should be able to run HTTP checks by including the HTTP client location in the environment configuration.
One option is to add the statement `or target via the query language.type="com.steadybit.extension_http.client-location"` to your existing query.
You can also filter the available execution locations down, e.g., via the clustername by using `(target.type="com.steadybit.extension_http.client-location" and k8s.cluster-name="CLUSTER-NAME")`
3. Configure every environment/service that should be able to run HTTP checks by including the HTTP client location in the environment/service scope.
Simply add via query language `OR target.type ="com.steadybit.extension_http.client-location"` or better, specify a Kubernetes cluster like `OR (target.type ="com.steadybit.extension_http.client-location" AND k8s.cluster-name="<your-cluster-name>")` to filter the available execution locations.

## Version and Revision

Expand Down
Loading