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

chore: add debug logging to endpointslice watch #359

Merged
merged 3 commits into from
Apr 22, 2024

Conversation

mjnagel
Copy link
Contributor

@mjnagel mjnagel commented Apr 22, 2024

Description

Adds additional debug logging around the endpointslice watch, and switches to reconcile so this runs in a queue.

Related Issue

Fixes #358

Fixes #317

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@mjnagel mjnagel self-assigned this Apr 22, 2024
@mjnagel mjnagel merged commit da3eb5a into main Apr 22, 2024
7 checks passed
@mjnagel mjnagel deleted the endpoint-slice-reconcile-logs branch April 22, 2024 21:15
mjnagel added a commit that referenced this pull request Apr 24, 2024
## Description

Follow up to #359 to
move the apiservice watch to a queue/reconcile.

## Related Issue

Resolves #363

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed

---------

Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com>
mjnagel pushed a commit that referenced this pull request Apr 30, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.21.0](v0.20.0...v0.21.0)
(2024-04-30)


### Features

* add `monitor` to operator, fix monitoring setup
([#256](#256))
([bf67722](bf67722))


### Bug Fixes

* loki s3 overrides
([#365](#365))
([3545066](3545066))
* update neuvector values for least privilege
([#373](#373))
([7f4de4f](7f4de4f))


### Miscellaneous

* add debug logging to endpointslice watch
([#359](#359))
([da3eb5a](da3eb5a))
* **deps:** update grafana to v7.3.9
([#353](#353))
([4a70f40](4a70f40))
* **deps:** update istio to v1.21.2
([#258](#258))
([51c6540](51c6540))
* **deps:** update keycloak
([#349](#349))
([2ef1813](2ef1813))
* **deps:** update keycloak to v0.4.2
([#375](#375))
([b0bb8e4](b0bb8e4))
* **deps:** update zarf to v0.33.1
([#368](#368))
([296e547](296e547))
* move api service watch to reconcile
([#362](#362))
([1822bca](1822bca))
* refactor promtail extraScrapeConfigs into scrapeConfigs
([#367](#367))
([2220272](2220272))
* trigger eks nightly when related files are updated
([#366](#366))
([6d6e4e0](6d6e4e0))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

Add more logging around endpoint slice watch/netpol updates Move endpointslice watch to .Reconcile()
2 participants