Disable kube-proxy-sidecar by default and add documentation - #128
Disable kube-proxy-sidecar by default and add documentation#128tiwillia wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughThe regional Makefile now defaults the exported ChangesRegional kube-proxy default
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 10 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (10 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Description
This disables the kube proxy sidecar by default and adds an AI-generated document describing the feature's intent and current state.
Given the feature expects kubeconfigs to be stored in AWS Secrets Manager and we intend to no longer require kubeconfigs directly one day through ZOA, its unclear whether this sidecar will actually be used in the future. Rather than remove the relevant code / implementation at this stage, this change simply ensures the default is to disable it.
Note that we may follow similar patterns to grant access to other credentials, which is my primary reason for leaving this around.
Type of Change
Testing
make test-lambda,make test-lambda-create-investigation,make test-lambda-reap-tasks)Checklist
Summary by CodeRabbit