Skip to content

fix(host): eliminate spurious error logs in standalone mode#8287

Open
codefromthecrypt wants to merge 1 commit intoenvoyproxy:mainfrom
codefromthecrypt:error-fixes
Open

fix(host): eliminate spurious error logs in standalone mode#8287
codefromthecrypt wants to merge 1 commit intoenvoyproxy:mainfrom
codefromthecrypt:error-fixes

Conversation

@codefromthecrypt
Copy link
Contributor

What type of PR is this?
fix(host): eliminate spurious error logs in standalone mode

What this PR does / why we need it:
Fixes the root causes of 4 non-actionable ERROR logs emitted on every standalone mode startup: seeds the offline fake Kubernetes client with CertGen secrets and makes DeleteRateLimitInfra a no-op.

Which issue(s) this PR fixes:
Fixes #6596

Release Notes: Yes

Seed the offline fake Kubernetes client with CertGen secrets and make
DeleteRateLimitInfra a no-op to fix 4 non-actionable ERROR logs emitted
on every standalone mode startup.

Fixes envoyproxy#6596

Signed-off-by: Adrian Cole <adrian@tetrate.io>
@codefromthecrypt codefromthecrypt requested a review from a team as a code owner February 17, 2026 16:58
@netlify
Copy link

netlify bot commented Feb 17, 2026

Deploy Preview for cerulean-figolla-1f9435 canceled.

Name Link
🔨 Latest commit ae545ef
🔍 Latest deploy log https://app.netlify.com/projects/cerulean-figolla-1f9435/deploys/69949e418ee35200088ab4cb

@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

❌ Patch coverage is 50.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.75%. Comparing base (e56785c) to head (ae545ef).

Files with missing lines Patch % Lines
internal/provider/kubernetes/controller_offline.go 42.85% 2 Missing and 2 partials ⚠️

❌ Your patch check has failed because the patch coverage (50.00%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8287      +/-   ##
==========================================
+ Coverage   73.57%   73.75%   +0.17%     
==========================================
  Files         242      242              
  Lines       37000    37007       +7     
==========================================
+ Hits        27224    27295      +71     
+ Misses       7854     7790      -64     
  Partials     1922     1922              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jukie
Copy link
Contributor

jukie commented Feb 18, 2026

/retest

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.

standalone mode always emits error logs that are not actionable or fixable by users

3 participants