Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix labels for k8s health check metrics and use versioned overrides yaml files #152

Merged
merged 3 commits into from Aug 29, 2019

Conversation

maimaisie
Copy link
Contributor

Description

Health check metrics are broken because the values.yaml contains the old labels "k8s-app=fluentd-sumologic". If we change it, we also need to update the README to instruct users to download versioned overrides yamls. I don't think manually updating the version in the URLs is scalable but I also don't know if just telling users to change the URL with the latest version is sufficient?

Testing performed
  • ci/build.sh
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

@@ -224,7 +224,7 @@ This manifest binds the default `cluster-admin` ClusterRole in your Kubernetes c
Download the Prometheus Operator `prometheus-overrides.yaml` from GitHub:

```sh
curl -LJO https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/master/deploy/helm/prometheus-overrides.yaml
curl -LJO https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/v0.1.0/deploy/helm/prometheus-overrides.yaml
Copy link
Contributor

Choose a reason for hiding this comment

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

should we add this step in #2 in the deployment doc as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sure

@maimaisie maimaisie merged commit 23a6e7d into master Aug 29, 2019
@maimaisie maimaisie deleted the maimaisie-fix-labels branch August 29, 2019 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants