Skip to content

docs: new guide on lb without credentials#1186

Open
lukasmetzner wants to merge 4 commits intomainfrom
docs-robot-lb-without-creds
Open

docs: new guide on lb without credentials#1186
lukasmetzner wants to merge 4 commits intomainfrom
docs-robot-lb-without-creds

Conversation

@lukasmetzner
Copy link
Copy Markdown
Contributor

No description provided.

@lukasmetzner lukasmetzner requested a review from a team as a code owner March 16, 2026 06:53
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.62%. Comparing base (7878669) to head (abd6c0a).
⚠️ Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1186      +/-   ##
==========================================
+ Coverage   69.25%   69.62%   +0.37%     
==========================================
  Files          24       24              
  Lines        2657     2657              
==========================================
+ Hits         1840     1850      +10     
+ Misses        643      634       -9     
+ Partials      174      173       -1     
Flag Coverage Δ
e2e 43.79% <ø> (ø)
unit 66.05% <ø> (+0.37%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

Co-authored-by: Jonas L. <jooola@users.noreply.github.com>

```bash
kubectl get nodes -o json | jq ".items.[].status.addresses"
kubectl get nodes -o json | jq -r '.items[] | "\(.metadata.name)\t\(.spec.providerID // "N/A")"'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

You can also use -o custom-columns with jsonpath magic to get a single table with all three fields:

kubectl get nodes -o 'custom-columns=NAME:.metadata.name,PROVIDER-ID:.spec.providerID,INTERNAL-IP:.status.addresses[?(@.type=="InternalIP")].address'

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.

3 participants