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

Enable Monitoring and Hubble #56

Merged
merged 1 commit into from
Mar 8, 2023
Merged

Enable Monitoring and Hubble #56

merged 1 commit into from
Mar 8, 2023

Conversation

paurosello
Copy link
Contributor

@paurosello paurosello commented Mar 7, 2023

This PR:

  • Enables hubble
  • Enables operator monitoring

Prometheus scraping is not directly enabled in this application as it would make it depend on ServiceMonitor CRD being installed before the CNI.

https://github.com/giantswarm/cilium-servicemonitors-app was created to provide the ServiceMonitors to be scraped by the Observability Bundle's Prometheus agent.

Testing

Description on how cilium can be tested.

  • fresh install works
    • AWS
    • Azure
    • KVM
  • upgrade from previous version works
    • AWS
    • Azure
    • KVM

Other testing

Description of features to additionally test for cilium installations.

  • check reconciliation of existing resources after upgrading
  • X still works after upgrade
  • Y is installed correctly

Checklist

  • Update changelog in CHANGELOG.md.
  • Make sure values.yaml and values.schema.json are valid.

@paurosello paurosello changed the title Monitoring13 Enable Monitoring and Hubble Mar 7, 2023
@paurosello paurosello requested a review from a team March 7, 2023 09:19
@@ -1,4 +1,4 @@
{{- if and .Values.operator.enabled .Values.operator.prometheus.enabled .Values.operator.prometheus.serviceMonitor.enabled }}
{{- if and .Values.operator.enabled .Values.operator.prometheus.enabled }}
Copy link
Contributor

Choose a reason for hiding this comment

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

where does this change come from? upstream?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not coming from upstream, but something we might have to push for.

Copy link
Contributor

Choose a reason for hiding this comment

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

ok 👍

@paurosello paurosello marked this pull request as ready for review March 7, 2023 10:21
@paurosello paurosello requested a review from a team as a code owner March 7, 2023 10:21
@paurosello paurosello requested a review from a team March 7, 2023 10:26
@paurosello paurosello merged commit 8c4b55f into main Mar 8, 2023
@paurosello paurosello deleted the monitoring13 branch March 8, 2023 08:48
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.

5 participants