Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Add blackbox exporter #1045

Closed
wants to merge 0 commits into from
Closed

Add blackbox exporter #1045

wants to merge 0 commits into from

Conversation

floek
Copy link

@floek floek commented Jan 10, 2021

Hi,

I've added the blackbox exporter.
Fixes #1036

Cheers,
floek

@javsalgar
Copy link
Contributor

javsalgar commented Jan 12, 2021

Hi,

Thank you very much for the PR! I believe this should be part of a new BKPR release branch, as it is adding a new image. I will put the PR on hold until we work on this.

local kubecfg = import "kubecfg.libsonnet";

// Cluster-specific configuration
local BLACKBOX_EXPORTER_IMAGE = "bitnami/blackbox-exporter:0.18.0-debian-10-r83";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be in manifests/components/images.json, as that file is automatically updated by our CI/CD system.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, I'll change this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

{
local this = self,

be_config:: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you explain this configuration?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs/components.md wrong? Blackbox exported not available
2 participants