chore: add docs for wiring in pre-reqs for S3/MetalLB#1235
Merged
Conversation
mjnagel
reviewed
Jan 31, 2025
Contributor
mjnagel
left a comment
There was a problem hiding this comment.
A few minor comments, appreciate you taking the time to test this out for us! One other note we may want to add, while the examples are values, for a prod bundle the end user would likely want variables for connecting to cloud storage at least.
mjnagel
approved these changes
Apr 17, 2025
mjnagel
pushed a commit
that referenced
this pull request
Apr 17, 2025
🤖 I have created a release *beep* *boop* --- ## [0.40.1](v0.40.0...v0.40.1) (2025-04-17) ### Bug Fixes * update prometheus-operator to allow TLS 1.2 healthprobes ([#1471](#1471)) ([7bed436](7bed436)) ### Miscellaneous * add docs for wiring in pre-reqs for S3/MetalLB ([#1235](#1235)) ([16ad626](16ad626)) * **deps:** update grafana ([#1464](#1464)) ([e0c8701](e0c8701)) * **deps:** update grafana to v8.11.1 ([#1405](#1405)) ([9a4b8fe](9a4b8fe)) * **deps:** update loki to v1.27.5 ([#1468](#1468)) ([b9c37a4](b9c37a4)) * **deps:** update support-deps ([#1463](#1463)) ([7d81e18](7d81e18)) * **deps:** update vector to 0.46.1 ([#1460](#1460)) ([ce0646b](ce0646b)) * **docs:** zarf package annotations ([#1429](#1429)) ([d45dc83](d45dc83)) * enable netpols for eks ([#1467](#1467)) ([2a78317](2a78317)) --- 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>
mjnagel
added a commit
to BagelLab/uds-core
that referenced
this pull request
Nov 14, 2025
…s#1235) ## Description Adds some docs for S3 pre-reqs and mentions the MetalLB package ## Related Issue Fixes #N/A ## 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) ## Steps to Validate - If this PR introduces new functionality to UDS Core or addresses a bug, please document the steps to test the changes. ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed --------- Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
mjnagel
pushed a commit
to BagelLab/uds-core
that referenced
this pull request
Nov 14, 2025
🤖 I have created a release *beep* *boop* --- ## [0.40.1](defenseunicorns/uds-core@v0.40.0...v0.40.1) (2025-04-17) ### Bug Fixes * update prometheus-operator to allow TLS 1.2 healthprobes ([defenseunicorns#1471](defenseunicorns#1471)) ([7bed436](defenseunicorns@7bed436)) ### Miscellaneous * add docs for wiring in pre-reqs for S3/MetalLB ([defenseunicorns#1235](defenseunicorns#1235)) ([16ad626](defenseunicorns@16ad626)) * **deps:** update grafana ([defenseunicorns#1464](defenseunicorns#1464)) ([e0c8701](defenseunicorns@e0c8701)) * **deps:** update grafana to v8.11.1 ([defenseunicorns#1405](defenseunicorns#1405)) ([9a4b8fe](defenseunicorns@9a4b8fe)) * **deps:** update loki to v1.27.5 ([defenseunicorns#1468](defenseunicorns#1468)) ([b9c37a4](defenseunicorns@b9c37a4)) * **deps:** update support-deps ([defenseunicorns#1463](defenseunicorns#1463)) ([7d81e18](defenseunicorns@7d81e18)) * **deps:** update vector to 0.46.1 ([defenseunicorns#1460](defenseunicorns#1460)) ([ce0646b](defenseunicorns@ce0646b)) * **docs:** zarf package annotations ([defenseunicorns#1429](defenseunicorns#1429)) ([d45dc83](defenseunicorns@d45dc83)) * enable netpols for eks ([defenseunicorns#1467](defenseunicorns#1467)) ([2a78317](defenseunicorns@2a78317)) --- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds some docs for S3 pre-reqs and mentions the MetalLB package
Related Issue
Fixes #N/A
Type of change
Steps to Validate
Checklist before merging